Html Css Color HEX #986EFE Light Slate Blue

📋 copy color: '#986EFE'

red 152 ◦ green 110 ◦ blue 254

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

Shades of Light Slate Blue #986EFE

Tints of Light Slate Blue #986EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.32%

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

R = 29.46%
G = 21.32%
B = 49.22%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#986EFE (or 0x986EFE) is known color: Light Slate Blue. HEX triplet: 98, 6E and FE. RGB value is (152,110,254). Sum of RGB (Red+Green+Blue) = 152+110+254=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #986EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986EFE is #679101. Grayscale: #8A8A8A. Windows color (decimal): -6787330 or 16674456. OLE color: 16674456.

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

Color convert

RGB 152 110 254 -
CMYK 0.40 0.57 0 0.00
HSL 257.5º 0.99% 0.71% -
HSV(B) 257.5º 0.57% 1% -
XYZ 36.41 24.98 96.67 -
YUV 138.97 192.91 137.29 -
System Red Green Blue C M Y K H S L
Decimal 152 110 254 0.40 0.57 0 0.00 257.5 0.99 0.71
Hex 98 6E FE 28 39 0 0 102 63 47
Octal 230 156 376 50 71 0 0 402 143 107
Binary 10011000 1101110 11111110 101000 111001 0 0 100000010 1100011 1000111

Color Harmonies of #986EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986EFE

Black with #986EFE

Text Example


Text Example

White with #986EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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