#969EDE

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

Shades of Portage #969EDE

Tints of Portage #969EDE

Color information

#969EDE (or 0x969EDE) is unknown color: approx Portage. HEX triplet: 96, 9E and DE. RGB value is (150,158,222). Sum of RGB (Red+Green+Blue) = 150+158+222=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #969EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EDE is #696121. Grayscale: #A2A2A2. Windows color (decimal): -6906146 or 14589590. OLE color: 14589590.

HSL color Cylindrical-coordinate representation of color #969EDE: hue angle of 233.33º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #969EDE is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150158222-
CMYK0.320.2900.13
HSL233.33º52.17%72.94%-
HSV(B)233.33º32.43%87.06%-
XYZ37.9936.2174.09-
YUV162.9161.35118.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.30%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=28.30%
G=29.81%
B=41.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501582220.320.2900.13233.3352.1772.94
Hex969EDE201D0De93449
Octal226236336403501535164111
Binary1001011010011110110111101000001110101101111010011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,158,222); }

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

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

 a { background-color: rgb(150,158,222); }

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

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

 span { border-color: rgb(150,158,222); }

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