#986BFC

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

Shades of Light Slate Blue #986BFC

Tints of Light Slate Blue #986BFC

Color information

#986BFC (or 0x986BFC) is unknown color: approx Light Slate Blue. HEX triplet: 98, 6B and FC. RGB value is (152,107,252). Sum of RGB (Red+Green+Blue) = 152+107+252=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #986BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986BFC is #679403. Grayscale: #888888. Windows color (decimal): -6788100 or 16542616. OLE color: 16542616.

HSL color Cylindrical-coordinate representation of color #986BFC: hue angle of 258.62º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #986BFC is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152107252-
CMYK0.400.5800.01
HSL258.62º96.03%70.39%-
HSV(B)258.62º57.54%98.82%-
XYZ35.7824.2294.88-
YUV136.99192.91138.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.75%
GREEN value IS 107 (42.19% from 255) = 20.94%
BLUE value IS 252 (98.83% from 255) = 49.32%
R=29.75%
G=20.94%
B=49.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521072520.400.5800.01258.6296.0370.39
Hex986BFC283A011036046
Octal230153374507201403140106
Binary100110001101011111111001010001110100110000001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,107,252); }

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

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

 a { background-color: rgb(152,107,252); }

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

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

 span { border-color: rgb(152,107,252); }

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