#909FED

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

Shades of Portage #909FED

Tints of Portage #909FED

Color information

#909FED (or 0x909FED) is unknown color: approx Portage. HEX triplet: 90, 9F and ED. RGB value is (144,159,237). Sum of RGB (Red+Green+Blue) = 144+159+237=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #909FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909FED is #6F6012. Grayscale: #A3A3A3. Windows color (decimal): -7299091 or 15572880. OLE color: 15572880.

HSL color Cylindrical-coordinate representation of color #909FED: hue angle of 230.32º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #909FED is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144159237-
CMYK0.390.3300.07
HSL230.32º72.09%74.71%-
HSV(B)230.32º39.24%92.94%-
XYZ39.1936.8485.17-
YUV163.41169.53114.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.67%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 237 (92.97% from 255) = 43.89%
R=26.67%
G=29.44%
B=43.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441592370.390.3300.07230.3272.0974.71
Hex909FED272107e6484b
Octal220237355474107346110113
Binary10010000100111111110110110011110000101111110011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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