#969CD7

Color #969CD7 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #969CD7

Tints of Portage #969CD7

Color information

#969CD7 (or 0x969CD7) is unknown color: approx Portage. HEX triplet: 96, 9C and D7. RGB value is (150,156,215). Sum of RGB (Red+Green+Blue) = 150+156+215=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #969CD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CD7 is #696328. Grayscale: #A0A0A0. Windows color (decimal): -6906665 or 14130326. OLE color: 14130326.

HSL color Cylindrical-coordinate representation of color #969CD7: hue angle of 234.46º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #969CD7 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150156215-
CMYK0.300.2700.16
HSL234.46º44.83%71.57%-
HSV(B)234.46º30.23%84.31%-
XYZ36.7335.1769.14-
YUV160.93158.51120.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 28.79%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=28.79%
G=29.94%
B=41.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501562150.300.2700.16234.4644.8371.57
Hex969CD71E1B010ea2d48
Octal226234327363302035255110
Binary1001011010011100110101111111011011010000111010101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969CD7; }

 p { color: rgb(150,156,215); }

 H1.HeaderClassName
 {
   color: #969CD7;
 }
 .AnyTagClassName
 {
   color: #969CD7;
 }
</style>
background-color css

<style>
 a { background-color: #969CD7; }

 a { background-color: rgb(150,156,215); }

 div.DivClassName
 {
   background-color: #969CD7;
 }
 .BgClassName
 {
   background-color: #969CD7;
 }
</style>
border-color css

<style>
 span { border-color: #969CD7; }

 span { border-color: rgb(150,156,215); }

 td.TdClassName
 {
   border-color: #969CD7;
 }
 .TagClassName
 {
   border-color: #969CD7;
 }
</style>