#908EF2

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

Shades of Portage #908EF2

Tints of Portage #908EF2

Color information

#908EF2 (or 0x908EF2) is unknown color: approx Portage. HEX triplet: 90, 8E and F2. RGB value is (144,142,242). Sum of RGB (Red+Green+Blue) = 144+142+242=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #908EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908EF2 is #6F710D. Grayscale: #999999. Windows color (decimal): -7303438 or 15896208. OLE color: 15896208.

HSL color Cylindrical-coordinate representation of color #908EF2: hue angle of 241.2º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #908EF2 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144142242-
CMYK0.400.4100.05
HSL241.2º79.37%75.29%-
HSV(B)241.2º41.32%94.9%-
XYZ37.231.6988.16-
YUV154177.66120.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.27%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 242 (94.92% from 255) = 45.83%
R=27.27%
G=26.89%
B=45.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441422420.400.4100.05241.279.3775.29
Hex908EF2282905f14f4b
Octal220216362505105361117113
Binary10010000100011101111001010100010100101011111000110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,142,242); }

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

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

 a { background-color: rgb(144,142,242); }

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

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

 span { border-color: rgb(144,142,242); }

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