#908FED

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

Shades of Portage #908FED

Tints of Portage #908FED

Color information

#908FED (or 0x908FED) is unknown color: approx Portage. HEX triplet: 90, 8F and ED. RGB value is (144,143,237). Sum of RGB (Red+Green+Blue) = 144+143+237=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #908FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908FED is #6F7012. Grayscale: #999999. Windows color (decimal): -7303187 or 15568784. OLE color: 15568784.

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

Color convert

RGB144143237-
CMYK0.390.4000.07
HSL240.64º72.31%74.51%-
HSV(B)240.64º39.66%92.94%-
XYZ36.6131.6984.31-
YUV154.01174.83120.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.48%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 237 (92.97% from 255) = 45.23%
R=27.48%
G=27.29%
B=45.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441432370.390.4000.07240.6472.3174.51
Hex908FED272807f1484b
Octal220217355475007361110113
Binary10010000100011111110110110011110100001111111000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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