#908DE8

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

Shades of Portage #908DE8

Tints of Portage #908DE8

Color information

#908DE8 (or 0x908DE8) is unknown color: approx Portage. HEX triplet: 90, 8D and E8. RGB value is (144,141,232). Sum of RGB (Red+Green+Blue) = 144+141+232=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 232 - color contains mainly: blue. Hex color #908DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DE8 is #6F7217. Grayscale: #979797. Windows color (decimal): -7303704 or 15240592. OLE color: 15240592.

HSL color Cylindrical-coordinate representation of color #908DE8: hue angle of 241.98º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #908DE8 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB144141232-
CMYK0.380.3900.09
HSL241.98º66.42%73.14%-
HSV(B)241.98º39.22%90.98%-
XYZ35.5930.8180.41-
YUV152.27172.99122.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.85%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 232 (91.02% from 255) = 44.87%
R=27.85%
G=27.27%
B=44.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1441412320.380.3900.09241.9866.4273.14
Hex908DE8262709f24249
Octal2202153504647011362102111
Binary100100001000110111101000100110100111010011111001010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,141,232); }

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

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

 a { background-color: rgb(144,141,232); }

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

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

 span { border-color: rgb(144,141,232); }

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