#909CDD

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

Shades of Portage #909CDD

Tints of Portage #909CDD

Color information

#909CDD (or 0x909CDD) is unknown color: approx Portage. HEX triplet: 90, 9C and DD. RGB value is (144,156,221). Sum of RGB (Red+Green+Blue) = 144+156+221=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #909CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CDD is #6F6322. Grayscale: #9F9F9F. Windows color (decimal): -7299875 or 14523536. OLE color: 14523536.

HSL color Cylindrical-coordinate representation of color #909CDD: hue angle of 230.65º degrees, saturation: 0.53, 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 #909CDD is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144156221-
CMYK0.350.2900.13
HSL230.65º53.1%71.57%-
HSV(B)230.65º34.84%86.67%-
XYZ36.4434.9373.23-
YUV159.82162.52116.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.64%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=27.64%
G=29.94%
B=42.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441562210.350.2900.13230.6553.171.57
Hex909CDD231D0De73548
Octal220234335433501534765110
Binary1001000010011100110111011000111110101101111001111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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