#908EDE

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

Shades of Portage #908EDE

Tints of Portage #908EDE

Color information

#908EDE (or 0x908EDE) is unknown color: approx Portage. HEX triplet: 90, 8E and DE. RGB value is (144,142,222). Sum of RGB (Red+Green+Blue) = 144+142+222=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #908EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908EDE is #6F7121. Grayscale: #979797. Windows color (decimal): -7303458 or 14585488. OLE color: 14585488.

HSL color Cylindrical-coordinate representation of color #908EDE: hue angle of 241.5º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #908EDE is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144142222-
CMYK0.350.3600.13
HSL241.5º54.79%71.37%-
HSV(B)241.5º36.04%87.06%-
XYZ34.3630.5573.19-
YUV151.72167.66122.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.35%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 222 (87.11% from 255) = 43.70%
R=28.35%
G=27.95%
B=43.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441422220.350.3600.13241.554.7971.37
Hex908EDE23240Df23747
Octal220216336434401536267107
Binary10010000100011101101111010001110010001101111100101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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