#908DEA

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

Shades of Portage #908DEA

Tints of Portage #908DEA

Color information

#908DEA (or 0x908DEA) is unknown color: approx Portage. HEX triplet: 90, 8D and EA. RGB value is (144,141,234). Sum of RGB (Red+Green+Blue) = 144+141+234=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #908DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DEA is #6F7215. Grayscale: #989898. Windows color (decimal): -7303702 or 15371664. OLE color: 15371664.

HSL color Cylindrical-coordinate representation of color #908DEA: hue angle of 241.94º degrees, saturation: 0.69, 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 #908DEA is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144141234-
CMYK0.380.4000.08
HSL241.94º68.89%73.53%-
HSV(B)241.94º39.74%91.76%-
XYZ35.8830.9281.92-
YUV152.5173.99121.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.75%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 234 (91.80% from 255) = 45.09%
R=27.75%
G=27.17%
B=45.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441412340.380.4000.08241.9468.8973.53
Hex908DEA262808f2454a
Octal2202153524650010362105112
Binary100100001000110111101010100110101000010001111001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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