#908fec

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

Shades of Portage #908FEC

Tints of Portage #908FEC

Color information

#908FEC (or 0x908FEC) is unknown color: approx Portage. HEX triplet: 90, 8F and EC. RGB value is (144,143,236). Sum of RGB (Red+Green+Blue) = 144+143+236=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #908FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908FEC is #6F7013. Grayscale: #999999. Windows color (decimal): -7303188 or 15503248. OLE color: 15503248.

HSL color Cylindrical-coordinate representation of color #908FEC: hue angle of 240.65º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #908FEC is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144143236-
CMYK0.390.3900.07
HSL240.65º70.99%74.31%-
HSV(B)240.65º39.41%92.55%-
XYZ36.4631.6383.54-
YUV153.9174.33120.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.53%
GREEN value IS 143 (56.25% from 255) = 27.34%
BLUE value IS 236 (92.58% from 255) = 45.12%
R=27.53%
G=27.34%
B=45.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441432360.390.3900.07240.6570.9974.31
Hex908FEC272707f1474a
Octal220217354474707361107112
Binary10010000100011111110110010011110011101111111000110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908fec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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