#918CF6

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

Shades of Light Slate Blue #918CF6

Tints of Light Slate Blue #918CF6

Color information

#918CF6 (or 0x918CF6) is unknown color: approx Light Slate Blue. HEX triplet: 91, 8C and F6. RGB value is (145,140,246). Sum of RGB (Red+Green+Blue) = 145+140+246=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #918CF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918CF6 is #6E7309. Grayscale: #999999. Windows color (decimal): -7238410 or 16157841. OLE color: 16157841.

HSL color Cylindrical-coordinate representation of color #918CF6: hue angle of 242.83º 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 #918CF6 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB145140246-
CMYK0.410.4300.04
HSL242.83º85.48%75.69%-
HSV(B)242.83º43.09%96.47%-
XYZ37.6931.4391.27-
YUV153.58180.16121.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.31%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 246 (96.48% from 255) = 46.33%
R=27.31%
G=26.37%
B=46.33%

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
Decimal1451402460.410.4300.04242.8385.4875.69
Hex918CF6292B04f3554c
Octal221214366515304363125114
Binary10010001100011001111011010100110101101001111001110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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