#908DF2

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

Shades of Portage #908DF2

Tints of Portage #908DF2

Color information

#908DF2 (or 0x908DF2) is unknown color: approx Portage. HEX triplet: 90, 8D and F2. RGB value is (144,141,242). Sum of RGB (Red+Green+Blue) = 144+141+242=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #908DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DF2 is #6F720D. Grayscale: #999999. Windows color (decimal): -7303694 or 15895952. OLE color: 15895952.

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

Color convert

RGB144141242-
CMYK0.400.4200.05
HSL241.78º79.53%75.1%-
HSV(B)241.78º41.74%94.9%-
XYZ37.0531.3988.11-
YUV153.41177.99121.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.32%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 242 (94.92% from 255) = 45.92%
R=27.32%
G=26.76%
B=45.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441412420.400.4200.05241.7879.5375.1
Hex908DF2282A05f2504b
Octal220215362505205362120113
Binary10010000100011011111001010100010101001011111001010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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