#908ef1

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

Shades of Portage #908EF1

Tints of Portage #908EF1

Color information

#908EF1 (or 0x908EF1) is unknown color: approx Portage. HEX triplet: 90, 8E and F1. RGB value is (144,142,241). Sum of RGB (Red+Green+Blue) = 144+142+241=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #908EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908EF1 is #6F710E. Grayscale: #999999. Windows color (decimal): -7303439 or 15830672. OLE color: 15830672.

HSL color Cylindrical-coordinate representation of color #908EF1: hue angle of 241.21º degrees, saturation: 0.78, 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 #908EF1 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144142241-
CMYK0.400.4100.05
HSL241.21º77.95%75.1%-
HSV(B)241.21º41.08%94.51%-
XYZ37.0531.6387.37-
YUV153.88177.16120.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.32%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 241 (94.53% from 255) = 45.73%
R=27.32%
G=26.94%
B=45.73%

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
Decimal1441422410.400.4100.05241.2177.9575.1
Hex908EF1282905f14e4b
Octal220216361505105361116113
Binary10010000100011101111000110100010100101011111000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908ef1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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