Html Css Color HEX #986DFB Light Slate Blue

📋 copy color: '#986DFB'

red 152 ◦ green 109 ◦ blue 251

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

Shades of Light Slate Blue #986DFB

Tints of Light Slate Blue #986DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 29.69%
G = 21.29%
B = 49.02%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#986DFB (or 0x986DFB) is known color: Light Slate Blue. HEX triplet: 98, 6D and FB. RGB value is (152,109,251). Sum of RGB (Red+Green+Blue) = 152+109+251=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #986DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986DFB is #679204. Grayscale: #898989. Windows color (decimal): -6787589 or 16477592. OLE color: 16477592.

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

Color convert

RGB 152 109 251 -
CMYK 0.39 0.57 0 0.02
HSL 258.17º 0.95% 0.71% -
HSV(B) 258.17º 0.57% 0.98% -
XYZ 35.83 24.58 94.12 -
YUV 138.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 152 109 251 0.39 0.57 0 0.02 258.17 0.95 0.71
Hex 98 6D FB 27 39 0 2 102 5F 47
Octal 230 155 373 47 71 0 2 402 137 107
Binary 10011000 1101101 11111011 100111 111001 0 10 100000010 1011111 1000111

Color Harmonies of #986DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DFB

Black with #986DFB

Text Example


Text Example

White with #986DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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