Html Css Color HEX #986CFF Light Slate Blue

📋 copy color: '#986CFF'

red 152 ◦ green 108 ◦ blue 255

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

Shades of Light Slate Blue #986CFF

Tints of Light Slate Blue #986CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.97%

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

R = 29.51%
G = 20.97%
B = 49.51%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#986CFF (or 0x986CFF) is known color: Light Slate Blue. HEX triplet: 98, 6C and FF. RGB value is (152,108,255). Sum of RGB (Red+Green+Blue) = 152+108+255=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #986CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986CFF is #679300. Grayscale: #898989. Windows color (decimal): -6787841 or 16739480. OLE color: 16739480.

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

Color convert

RGB 152 108 255 -
CMYK 0.40 0.58 0 0
HSL 257.96º 1% 0.71% -
HSV(B) 257.96º 0.58% 1% -
XYZ 36.36 24.62 97.44 -
YUV 137.91 194.08 138.05 -
System Red Green Blue C M Y K H S L
Decimal 152 108 255 0.40 0.58 0 0 257.96 1 0.71
Hex 98 6C FF 28 3A 0 0 102 64 47
Octal 230 154 377 50 72 0 0 402 144 107
Binary 10011000 1101100 11111111 101000 111010 0 0 100000010 1100100 1000111

Color Harmonies of #986CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986CFF

Black with #986CFF

Text Example


Text Example

White with #986CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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