#909FDE

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

Shades of Portage #909FDE

Tints of Portage #909FDE

Color information

#909FDE (or 0x909FDE) is unknown color: approx Portage. HEX triplet: 90, 9F and DE. RGB value is (144,159,222). Sum of RGB (Red+Green+Blue) = 144+159+222=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #909FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FDE is #6F6021. Grayscale: #A1A1A1. Windows color (decimal): -7299106 or 14589840. OLE color: 14589840.

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

Color convert

RGB144159222-
CMYK0.350.2800.13
HSL228.46º54.17%71.76%-
HSV(B)228.46º35.14%87.06%-
XYZ37.083674.1-
YUV161.7162.03115.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.43%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=27.43%
G=30.29%
B=42.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441592220.350.2800.13228.4654.1771.76
Hex909FDE231C0De43648
Octal220237336433401534466110
Binary1001000010011111110111101000111110001101111001001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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