#909CCC

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

Shades of Portage #909CCC

Tints of Portage #909CCC

Color information

#909CCC (or 0x909CCC) is unknown color: approx Portage. HEX triplet: 90, 9C and CC. RGB value is (144,156,204). Sum of RGB (Red+Green+Blue) = 144+156+204=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #909CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CCC is #6F6333. Grayscale: #9D9D9D. Windows color (decimal): -7299892 or 13409424. OLE color: 13409424.

HSL color Cylindrical-coordinate representation of color #909CCC: hue angle of 228º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #909CCC is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144156204-
CMYK0.290.2400.2
HSL228º37.04%68.24%-
HSV(B)228º29.41%80%-
XYZ34.2934.0761.89-
YUV157.88154.02118.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.57%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=28.57%
G=30.95%
B=40.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441562040.290.2400.222837.0468.24
Hex909CCC1D18014e42544
Octal220234314353002434445104
Binary1001000010011100110011001110111000010100111001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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