#908DEB

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

Shades of Portage #908DEB

Tints of Portage #908DEB

Color information

#908DEB (or 0x908DEB) is unknown color: approx Portage. HEX triplet: 90, 8D and EB. RGB value is (144,141,235). Sum of RGB (Red+Green+Blue) = 144+141+235=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #908DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DEB is #6F7214. Grayscale: #989898. Windows color (decimal): -7303701 or 15437200. OLE color: 15437200.

HSL color Cylindrical-coordinate representation of color #908DEB: hue angle of 241.91º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #908DEB is Cyan = 0.39, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144141235-
CMYK0.390.400.08
HSL241.91º70.15%73.73%-
HSV(B)241.91º40%92.16%-
XYZ36.0230.9882.68-
YUV152.61174.49121.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.69%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 235 (92.19% from 255) = 45.19%
R=27.69%
G=27.12%
B=45.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441412350.390.400.08241.9170.1573.73
Hex908DEB272808f2464a
Octal2202153534750010362106112
Binary100100001000110111101011100111101000010001111001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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