#909FCE

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

Shades of Portage #909FCE

Tints of Portage #909FCE

Color information

#909FCE (or 0x909FCE) is unknown color: approx Portage. HEX triplet: 90, 9F and CE. RGB value is (144,159,206). Sum of RGB (Red+Green+Blue) = 144+159+206=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #909FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FCE is #6F6031. Grayscale: #9F9F9F. Windows color (decimal): -7299122 or 13541264. OLE color: 13541264.

HSL color Cylindrical-coordinate representation of color #909FCE: hue angle of 225.48º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #909FCE is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144159206-
CMYK0.300.2300.19
HSL225.48º38.75%68.63%-
HSV(B)225.48º30.1%80.78%-
XYZ35.0435.1863.34-
YUV159.87154.03116.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.29%
GREEN value IS 159 (62.5% from 255) = 31.24%
BLUE value IS 206 (80.86% from 255) = 40.47%
R=28.29%
G=31.24%
B=40.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441592060.300.2300.19225.4838.7568.63
Hex909FCE1E17013e12745
Octal220237316362702334147105
Binary1001000010011111110011101111010111010011111000011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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