#986CFB

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

Shades of Light Slate Blue #986CFB

Tints of Light Slate Blue #986CFB

Color information

#986CFB (or 0x986CFB) is unknown color: approx Light Slate Blue. HEX triplet: 98, 6C and FB. RGB value is (152,108,251). Sum of RGB (Red+Green+Blue) = 152+108+251=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #986CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986CFB is #679304. Grayscale: #888888. Windows color (decimal): -6787845 or 16477336. OLE color: 16477336.

HSL color Cylindrical-coordinate representation of color #986CFB: hue angle of 258.46º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #986CFB is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152108251-
CMYK0.390.5700.02
HSL258.46º94.7%70.39%-
HSV(B)258.46º56.97%98.43%-
XYZ35.7224.3794.09-
YUV137.46192.08138.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.75%
GREEN value IS 108 (42.58% from 255) = 21.14%
BLUE value IS 251 (98.44% from 255) = 49.12%
R=29.75%
G=21.14%
B=49.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521082510.390.5700.02258.4694.770.39
Hex986CFB2739021025f46
Octal230154373477102402137106
Binary1001100011011001111101110011111100101010000001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986CFB; }

 p { color: rgb(152,108,251); }

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

<style>
 a { background-color: #986CFB; }

 a { background-color: rgb(152,108,251); }

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

<style>
 span { border-color: #986CFB; }

 span { border-color: rgb(152,108,251); }

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