#908FEA

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

Shades of Portage #908FEA

Tints of Portage #908FEA

Color information

#908FEA (or 0x908FEA) is unknown color: approx Portage. HEX triplet: 90, 8F and EA. RGB value is (144,143,234). Sum of RGB (Red+Green+Blue) = 144+143+234=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #908FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908FEA is #6F7015. Grayscale: #999999. Windows color (decimal): -7303190 or 15372176. OLE color: 15372176.

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

Color convert

RGB144143234-
CMYK0.380.3900.08
HSL240.66º68.42%73.92%-
HSV(B)240.66º38.89%91.76%-
XYZ36.1831.5182.02-
YUV153.67173.33121.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.64%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=27.64%
G=27.45%
B=44.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441432340.380.3900.08240.6668.4273.92
Hex908FEA262708f1444a
Octal2202173524647010361104112
Binary100100001000111111101010100110100111010001111000110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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