#969FD8

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

Shades of Portage #969FD8

Tints of Portage #969FD8

Color information

#969FD8 (or 0x969FD8) is unknown color: approx Portage. HEX triplet: 96, 9F and D8. RGB value is (150,159,216). Sum of RGB (Red+Green+Blue) = 150+159+216=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #969FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969FD8 is #696027. Grayscale: #A2A2A2. Windows color (decimal): -6905896 or 14196630. OLE color: 14196630.

HSL color Cylindrical-coordinate representation of color #969FD8: hue angle of 231.82º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #969FD8 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150159216-
CMYK0.310.2600.15
HSL231.82º45.83%71.76%-
HSV(B)231.82º30.56%84.71%-
XYZ37.3736.2469.99-
YUV162.81158.02118.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.57%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 216 (84.77% from 255) = 41.14%
R=28.57%
G=30.29%
B=41.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501592160.310.2600.15231.8245.8371.76
Hex969FD81F1A0Fe82e48
Octal226237330373201735056110
Binary100101101001111111011000111111101001111111010001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,159,216); }

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

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

 a { background-color: rgb(150,159,216); }

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

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

 span { border-color: rgb(150,159,216); }

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