Html Css Color HEX #986AF9 Light Slate Blue

📋 copy color: '#986AF9'

red 152 ◦ green 106 ◦ blue 249

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

Shades of Light Slate Blue #986AF9

Tints of Light Slate Blue #986AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.11%

R = 29.98%
G = 20.91%
B = 49.11%

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

#986AF9 (or 0x986AF9) is known color: Light Slate Blue. HEX triplet: 98, 6A and F9. RGB value is (152,106,249). Sum of RGB (Red+Green+Blue) = 152+106+249=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #986AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986AF9 is #679506. Grayscale: #878787. Windows color (decimal): -6788359 or 16345752. OLE color: 16345752.

HSL color Cylindrical-coordinate representation of color #986AF9: hue angle of 259.3º degrees, saturation: 0.92, 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 #986AF9 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 106 249 -
CMYK 0.39 0.57 0 0.02
HSL 259.3º 0.92% 0.7% -
HSV(B) 259.3º 0.57% 0.98% -
XYZ 35.2 23.82 92.37 -
YUV 136.06 191.74 139.37 -
System Red Green Blue C M Y K H S L
Decimal 152 106 249 0.39 0.57 0 0.02 259.3 0.92 0.7
Hex 98 6A F9 27 39 0 2 103 5C 46
Octal 230 152 371 47 71 0 2 403 134 106
Binary 10011000 1101010 11111001 100111 111001 0 10 100000011 1011100 1000110

Color Harmonies of #986AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986AF9

Black with #986AF9

Text Example


Text Example

White with #986AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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