#969DD7

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

Shades of Portage #969DD7

Tints of Portage #969DD7

Color information

#969DD7 (or 0x969DD7) is unknown color: approx Portage. HEX triplet: 96, 9D and D7. RGB value is (150,157,215). Sum of RGB (Red+Green+Blue) = 150+157+215=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #969DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DD7 is #696228. Grayscale: #A1A1A1. Windows color (decimal): -6906409 or 14130582. OLE color: 14130582.

HSL color Cylindrical-coordinate representation of color #969DD7: hue angle of 233.54º 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 #969DD7 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150157215-
CMYK0.300.2700.16
HSL233.54º44.83%71.57%-
HSV(B)233.54º30.23%84.31%-
XYZ36.935.569.2-
YUV161.52158.18119.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.74%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 215 (84.38% from 255) = 41.19%
R=28.74%
G=30.08%
B=41.19%

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
Decimal1501572150.300.2700.16233.5444.8371.57
Hex969DD71E1B010ea2d48
Octal226235327363302035255110
Binary1001011010011101110101111111011011010000111010101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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