Html Css Color HEX #986AFC Light Slate Blue

📋 copy color: '#986AFC'

red 152 ◦ green 106 ◦ blue 252

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

Shades of Light Slate Blue #986AFC

Tints of Light Slate Blue #986AFC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.78%

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

R = 29.8%
G = 20.78%
B = 49.41%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#986AFC (or 0x986AFC) is known color: Light Slate Blue. HEX triplet: 98, 6A and FC. RGB value is (152,106,252). Sum of RGB (Red+Green+Blue) = 152+106+252=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #986AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986AFC is #679503. Grayscale: #878787. Windows color (decimal): -6788356 or 16542360. OLE color: 16542360.

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

Color convert

RGB 152 106 252 -
CMYK 0.40 0.58 0 0.01
HSL 258.9º 0.96% 0.7% -
HSV(B) 258.9º 0.58% 0.99% -
XYZ 35.67 24.01 94.85 -
YUV 136.4 193.24 139.13 -
System Red Green Blue C M Y K H S L
Decimal 152 106 252 0.40 0.58 0 0.01 258.9 0.96 0.7
Hex 98 6A FC 28 3A 0 1 103 60 46
Octal 230 152 374 50 72 0 1 403 140 106
Binary 10011000 1101010 11111100 101000 111010 0 1 100000011 1100000 1000110

Color Harmonies of #986AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986AFC

Black with #986AFC

Text Example


Text Example

White with #986AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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