Html Css Color HEX #986DFC Light Slate Blue

📋 copy color: '#986DFC'

red 152 ◦ green 109 ◦ blue 252

#986DFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #986DFC

Tints of Light Slate Blue #986DFC

RGB

 RED value IS 152 (59.77% from 255) = 29.63%

 GREEN value IS 109 (42.97% from 255) = 21.25%

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 29.63%
G = 21.25%
B = 49.12%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#986DFC (or 0x986DFC) is known color: Light Slate Blue. HEX triplet: 98, 6D and FC. RGB value is (152,109,252). Sum of RGB (Red+Green+Blue) = 152+109+252=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #986DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986DFC is #679203. Grayscale: #898989. Windows color (decimal): -6787588 or 16543128. OLE color: 16543128.

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

Color convert

RGB 152 109 252 -
CMYK 0.40 0.57 0 0.01
HSL 258.04º 0.96% 0.71% -
HSV(B) 258.04º 0.57% 0.99% -
XYZ 35.99 24.64 94.95 -
YUV 138.16 192.25 137.87 -
System Red Green Blue C M Y K H S L
Decimal 152 109 252 0.40 0.57 0 0.01 258.04 0.96 0.71
Hex 98 6D FC 28 39 0 1 102 60 47
Octal 230 155 374 50 71 0 1 402 140 107
Binary 10011000 1101101 11111100 101000 111001 0 1 100000010 1100000 1000111

Color Harmonies of #986DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DFC

Black with #986DFC

Text Example


Text Example

White with #986DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #986DFC;
 }
 .AnyTagClassName
 {
   color: #986DFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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