#909EDD

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

Shades of Portage #909EDD

Tints of Portage #909EDD

Color information

#909EDD (or 0x909EDD) is unknown color: approx Portage. HEX triplet: 90, 9E and DD. RGB value is (144,158,221). Sum of RGB (Red+Green+Blue) = 144+158+221=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #909EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909EDD is #6F6122. Grayscale: #A0A0A0. Windows color (decimal): -7299363 or 14524048. OLE color: 14524048.

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

Color convert

RGB144158221-
CMYK0.350.2900.13
HSL229.09º53.1%71.57%-
HSV(B)229.09º34.84%86.67%-
XYZ36.7835.673.34-
YUV161161.86115.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.53%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 221 (86.72% from 255) = 42.26%
R=27.53%
G=30.21%
B=42.26%

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
Decimal1441582210.350.2900.13229.0953.171.57
Hex909EDD231D0De53548
Octal220236335433501534565110
Binary1001000010011110110111011000111110101101111001011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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