Html Css Color HEX #986EFC Light Slate Blue

📋 copy color: '#986EFC'

red 152 ◦ green 110 ◦ blue 252

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

Shades of Light Slate Blue #986EFC

Tints of Light Slate Blue #986EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 29.57%
G = 21.4%
B = 49.03%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#986EFC (or 0x986EFC) is known color: Light Slate Blue. HEX triplet: 98, 6E and FC. RGB value is (152,110,252). Sum of RGB (Red+Green+Blue) = 152+110+252=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #986EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986EFC is #679103. Grayscale: #8A8A8A. Windows color (decimal): -6787332 or 16543384. OLE color: 16543384.

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

Color convert

RGB 152 110 252 -
CMYK 0.40 0.56 0 0.01
HSL 257.75º 0.96% 0.71% -
HSV(B) 257.75º 0.56% 0.99% -
XYZ 36.1 24.86 94.99 -
YUV 138.75 191.91 137.45 -
System Red Green Blue C M Y K H S L
Decimal 152 110 252 0.40 0.56 0 0.01 257.75 0.96 0.71
Hex 98 6E FC 28 38 0 1 102 60 47
Octal 230 156 374 50 70 0 1 402 140 107
Binary 10011000 1101110 11111100 101000 111000 0 1 100000010 1100000 1000111

Color Harmonies of #986EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986EFC

Black with #986EFC

Text Example


Text Example

White with #986EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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