#908eee

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

Shades of Portage #908EEE

Tints of Portage #908EEE

Color information

#908EEE (or 0x908EEE) is unknown color: approx Portage. HEX triplet: 90, 8E and EE. RGB value is (144,142,238). Sum of RGB (Red+Green+Blue) = 144+142+238=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #908EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908EEE is #6F7111. Grayscale: #999999. Windows color (decimal): -7303442 or 15634064. OLE color: 15634064.

HSL color Cylindrical-coordinate representation of color #908EEE: hue angle of 241.25º degrees, saturation: 0.74, 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 #908EEE is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144142238-
CMYK0.390.4000.07
HSL241.25º73.85%74.51%-
HSV(B)241.25º40.34%93.33%-
XYZ36.6131.4585.03-
YUV153.54175.66121.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.48%
GREEN value IS 142 (55.86% from 255) = 27.10%
BLUE value IS 238 (93.36% from 255) = 45.42%
R=27.48%
G=27.10%
B=45.42%

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
Decimal1441422380.390.4000.07241.2573.8574.51
Hex908EEE272807f14a4b
Octal220216356475007361112113
Binary10010000100011101110111010011110100001111111000110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908eee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,142,238); }

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

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

 a { background-color: rgb(144,142,238); }

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

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

 span { border-color: rgb(144,142,238); }

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