#909CDC

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

Shades of Portage #909CDC

Tints of Portage #909CDC

Color information

#909CDC (or 0x909CDC) is unknown color: approx Portage. HEX triplet: 90, 9C and DC. RGB value is (144,156,220). Sum of RGB (Red+Green+Blue) = 144+156+220=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #909CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CDC is #6F6323. Grayscale: #9F9F9F. Windows color (decimal): -7299876 or 14458000. OLE color: 14458000.

HSL color Cylindrical-coordinate representation of color #909CDC: hue angle of 230.53º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #909CDC is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144156220-
CMYK0.350.2900.14
HSL230.53º52.05%71.37%-
HSV(B)230.53º34.55%86.27%-
XYZ36.3134.8772.53-
YUV159.71162.02116.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.69%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=27.69%
G=30%
B=42.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441562200.350.2900.14230.5352.0571.37
Hex909CDC231D0Ee73447
Octal220234334433501634764107
Binary1001000010011100110111001000111110101110111001111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909CDC; }

 p { color: rgb(144,156,220); }

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

<style>
 a { background-color: #909CDC; }

 a { background-color: rgb(144,156,220); }

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

<style>
 span { border-color: #909CDC; }

 span { border-color: rgb(144,156,220); }

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