#969EDC

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

Shades of Portage #969EDC

Tints of Portage #969EDC

Color information

#969EDC (or 0x969EDC) is unknown color: approx Portage. HEX triplet: 96, 9E and DC. RGB value is (150,158,220). Sum of RGB (Red+Green+Blue) = 150+158+220=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #969EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EDC is #696123. Grayscale: #A2A2A2. Windows color (decimal): -6906148 or 14458518. OLE color: 14458518.

HSL color Cylindrical-coordinate representation of color #969EDC: hue angle of 233.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #969EDC is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150158220-
CMYK0.320.2800.14
HSL233.14º50%72.55%-
HSV(B)233.14º31.82%86.27%-
XYZ37.7236.1172.69-
YUV162.68160.35118.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=28.41%
G=29.92%
B=41.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501582200.320.2800.14233.145072.55
Hex969EDC201C0Ee93249
Octal226236334403401635162111
Binary1001011010011110110111001000001110001110111010011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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