Html Css Color HEX #986BFE Light Slate Blue

📋 copy color: '#986BFE'

red 152 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #986BFE

Tints of Light Slate Blue #986BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.86%

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 29.63%
G = 20.86%
B = 49.51%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#986BFE (or 0x986BFE) is known color: Light Slate Blue. HEX triplet: 98, 6B and FE. RGB value is (152,107,254). Sum of RGB (Red+Green+Blue) = 152+107+254=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #986BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986BFE is #679401. Grayscale: #888888. Windows color (decimal): -6788098 or 16673688. OLE color: 16673688.

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

Color convert

RGB 152 107 254 -
CMYK 0.40 0.58 0 0.00
HSL 258.37º 0.99% 0.71% -
HSV(B) 258.37º 0.58% 1% -
XYZ 36.1 24.35 96.56 -
YUV 137.21 193.91 138.55 -
System Red Green Blue C M Y K H S L
Decimal 152 107 254 0.40 0.58 0 0.00 258.37 0.99 0.71
Hex 98 6B FE 28 3A 0 0 102 63 47
Octal 230 153 376 50 72 0 0 402 143 107
Binary 10011000 1101011 11111110 101000 111010 0 0 100000010 1100011 1000111

Color Harmonies of #986BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BFE

Black with #986BFE

Text Example


Text Example

White with #986BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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