#908CEA

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

Shades of Portage #908CEA

Tints of Portage #908CEA

Color information

#908CEA (or 0x908CEA) is unknown color: approx Portage. HEX triplet: 90, 8C and EA. RGB value is (144,140,234). Sum of RGB (Red+Green+Blue) = 144+140+234=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #908CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908CEA is #6F7315. Grayscale: #979797. Windows color (decimal): -7303958 or 15371408. OLE color: 15371408.

HSL color Cylindrical-coordinate representation of color #908CEA: hue angle of 242.55º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #908CEA is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144140234-
CMYK0.380.4000.08
HSL242.55º69.12%73.33%-
HSV(B)242.55º40.17%91.76%-
XYZ35.7330.6381.87-
YUV151.91174.33122.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.80%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 234 (91.80% from 255) = 45.17%
R=27.80%
G=27.03%
B=45.17%

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
Decimal1441402340.380.4000.08242.5569.1273.33
Hex908CEA262808f34549
Octal2202143524650010363105111
Binary100100001000110011101010100110101000010001111001110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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