#909CDE

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

Shades of Portage #909CDE

Tints of Portage #909CDE

Color information

#909CDE (or 0x909CDE) is unknown color: approx Portage. HEX triplet: 90, 9C and DE. RGB value is (144,156,222). Sum of RGB (Red+Green+Blue) = 144+156+222=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #909CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CDE is #6F6321. Grayscale: #9F9F9F. Windows color (decimal): -7299874 or 14589072. OLE color: 14589072.

HSL color Cylindrical-coordinate representation of color #909CDE: hue angle of 230.77º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #909CDE is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144156222-
CMYK0.350.3000.13
HSL230.77º54.17%71.76%-
HSV(B)230.77º35.14%87.06%-
XYZ36.5734.9873.93-
YUV159.94163.02116.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.59%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 222 (87.11% from 255) = 42.53%
R=27.59%
G=29.89%
B=42.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441562220.350.3000.13230.7754.1771.76
Hex909CDE231E0De73648
Octal220234336433601534766110
Binary1001000010011100110111101000111111001101111001111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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