Html Css Color HEX #986CFC Light Slate Blue

📋 copy color: '#986CFC'

red 152 ◦ green 108 ◦ blue 252

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

Shades of Light Slate Blue #986CFC

Tints of Light Slate Blue #986CFC

RGB

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

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

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

R = 29.69%
G = 21.09%
B = 49.22%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#986CFC (or 0x986CFC) is known color: Light Slate Blue. HEX triplet: 98, 6C and FC. RGB value is (152,108,252). Sum of RGB (Red+Green+Blue) = 152+108+252=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #986CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986CFC is #679303. Grayscale: #898989. Windows color (decimal): -6787844 or 16542872. OLE color: 16542872.

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

Color convert

RGB 152 108 252 -
CMYK 0.40 0.57 0 0.01
HSL 258.33º 0.96% 0.71% -
HSV(B) 258.33º 0.57% 0.99% -
XYZ 35.88 24.43 94.92 -
YUV 137.57 192.58 138.29 -
System Red Green Blue C M Y K H S L
Decimal 152 108 252 0.40 0.57 0 0.01 258.33 0.96 0.71
Hex 98 6C FC 28 39 0 1 102 60 47
Octal 230 154 374 50 71 0 1 402 140 107
Binary 10011000 1101100 11111100 101000 111001 0 1 100000010 1100000 1000111

Color Harmonies of #986CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986CFC

Black with #986CFC

Text Example


Text Example

White with #986CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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