Html Css Color HEX #986CFA Light Slate Blue

📋 copy color: '#986CFA'

red 152 ◦ green 108 ◦ blue 250

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

Shades of Light Slate Blue #986CFA

Tints of Light Slate Blue #986CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 29.8%
G = 21.18%
B = 49.02%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#986CFA (or 0x986CFA) is known color: Light Slate Blue. HEX triplet: 98, 6C and FA. RGB value is (152,108,250). Sum of RGB (Red+Green+Blue) = 152+108+250=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #986CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986CFA is #679305. Grayscale: #888888. Windows color (decimal): -6787846 or 16411800. OLE color: 16411800.

HSL color Cylindrical-coordinate representation of color #986CFA: hue angle of 258.59º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #986CFA is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 108 250 -
CMYK 0.39 0.57 0 0.02
HSL 258.59º 0.93% 0.7% -
HSV(B) 258.59º 0.57% 0.98% -
XYZ 35.57 24.3 93.26 -
YUV 137.34 191.58 138.45 -
System Red Green Blue C M Y K H S L
Decimal 152 108 250 0.39 0.57 0 0.02 258.59 0.93 0.7
Hex 98 6C FA 27 39 0 2 103 5D 46
Octal 230 154 372 47 71 0 2 403 135 106
Binary 10011000 1101100 11111010 100111 111001 0 10 100000011 1011101 1000110

Color Harmonies of #986CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986CFA

Black with #986CFA

Text Example


Text Example

White with #986CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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