#908CF6

Color #908CF6 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #908CF6

Tints of Light Slate Blue #908CF6

Color information

#908CF6 (or 0x908CF6) is unknown color: approx Light Slate Blue. HEX triplet: 90, 8C and F6. RGB value is (144,140,246). Sum of RGB (Red+Green+Blue) = 144+140+246=530 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.17% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #908CF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908CF6 is #6F7309. Grayscale: #989898. Windows color (decimal): -7303946 or 16157840. OLE color: 16157840.

HSL color Cylindrical-coordinate representation of color #908CF6: hue angle of 242.26º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #908CF6 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB144140246-
CMYK0.410.4300.04
HSL242.26º85.48%75.69%-
HSV(B)242.26º43.09%96.47%-
XYZ37.5131.3491.26-
YUV153.28180.33121.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.17%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 246 (96.48% from 255) = 46.42%
R=27.17%
G=26.42%
B=46.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1441402460.410.4300.04242.2685.4875.69
Hex908CF6292B04f2554c
Octal220214366515304362125114
Binary10010000100011001111011010100110101101001111001010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,140,246); }

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

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

 a { background-color: rgb(144,140,246); }

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

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

 span { border-color: rgb(144,140,246); }

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