#909ECF

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

Shades of Portage #909ECF

Tints of Portage #909ECF

Color information

#909ECF (or 0x909ECF) is unknown color: approx Portage. HEX triplet: 90, 9E and CF. RGB value is (144,158,207). Sum of RGB (Red+Green+Blue) = 144+158+207=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #909ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909ECF is #6F6130. Grayscale: #9F9F9F. Windows color (decimal): -7299377 or 13606544. OLE color: 13606544.

HSL color Cylindrical-coordinate representation of color #909ECF: hue angle of 226.67º degrees, saturation: 0.4, 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 #909ECF is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144158207-
CMYK0.300.2400.19
HSL226.67º39.62%68.82%-
HSV(B)226.67º30.43%81.18%-
XYZ34.9934.8963.92-
YUV159.4154.86117.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.29%
GREEN value IS 158 (62.11% from 255) = 31.04%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=28.29%
G=31.04%
B=40.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441582070.300.2400.19226.6739.6268.82
Hex909ECF1E18013e32845
Octal220236317363002334350105
Binary1001000010011110110011111111011000010011111000111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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