Html Css Color HEX #986DFF Light Slate Blue

📋 copy color: '#986DFF'

red 152 ◦ green 109 ◦ blue 255

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

Shades of Light Slate Blue #986DFF

Tints of Light Slate Blue #986DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.42%

R = 29.46%
G = 21.12%
B = 49.42%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#986DFF (or 0x986DFF) is known color: Light Slate Blue. HEX triplet: 98, 6D and FF. RGB value is (152,109,255). Sum of RGB (Red+Green+Blue) = 152+109+255=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #986DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986DFF is #679200. Grayscale: #898989. Windows color (decimal): -6787585 or 16739736. OLE color: 16739736.

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

Color convert

RGB 152 109 255 -
CMYK 0.40 0.57 0 0
HSL 257.67º 1% 0.71% -
HSV(B) 257.67º 0.57% 1% -
XYZ 36.47 24.83 97.48 -
YUV 138.5 193.75 137.63 -
System Red Green Blue C M Y K H S L
Decimal 152 109 255 0.40 0.57 0 0 257.67 1 0.71
Hex 98 6D FF 28 39 0 0 102 64 47
Octal 230 155 377 50 71 0 0 402 144 107
Binary 10011000 1101101 11111111 101000 111001 0 0 100000010 1100100 1000111

Color Harmonies of #986DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DFF

Black with #986DFF

Text Example


Text Example

White with #986DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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