#908DF3

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

Shades of Portage #908DF3

Tints of Portage #908DF3

Color information

#908DF3 (or 0x908DF3) is unknown color: approx Portage. HEX triplet: 90, 8D and F3. RGB value is (144,141,243). Sum of RGB (Red+Green+Blue) = 144+141+243=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #908DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DF3 is #6F720C. Grayscale: #999999. Windows color (decimal): -7303693 or 15961488. OLE color: 15961488.

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

Color convert

RGB144141243-
CMYK0.410.4200.05
HSL241.76º80.95%75.29%-
HSV(B)241.76º41.98%95.29%-
XYZ37.231.4588.9-
YUV153.52178.49121.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.27%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 243 (95.31% from 255) = 46.02%
R=27.27%
G=26.70%
B=46.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441412430.410.4200.05241.7680.9575.29
Hex908DF3292A05f2514b
Octal220215363515205362121113
Binary10010000100011011111001110100110101001011111001010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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