Html Css Color HEX #986AFB Light Slate Blue

📋 copy color: '#986AFB'

red 152 ◦ green 106 ◦ blue 251

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

Shades of Light Slate Blue #986AFB

Tints of Light Slate Blue #986AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 29.86%
G = 20.83%
B = 49.31%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#986AFB (or 0x986AFB) is known color: Light Slate Blue. HEX triplet: 98, 6A and FB. RGB value is (152,106,251). Sum of RGB (Red+Green+Blue) = 152+106+251=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #986AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986AFB is #679504. Grayscale: #878787. Windows color (decimal): -6788357 or 16476824. OLE color: 16476824.

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

Color convert

RGB 152 106 251 -
CMYK 0.39 0.58 0 0.02
HSL 259.03º 0.95% 0.7% -
HSV(B) 259.03º 0.58% 0.98% -
XYZ 35.52 23.95 94.02 -
YUV 136.28 192.74 139.21 -
System Red Green Blue C M Y K H S L
Decimal 152 106 251 0.39 0.58 0 0.02 259.03 0.95 0.7
Hex 98 6A FB 27 3A 0 2 103 5F 46
Octal 230 152 373 47 72 0 2 403 137 106
Binary 10011000 1101010 11111011 100111 111010 0 10 100000011 1011111 1000110

Color Harmonies of #986AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986AFB

Black with #986AFB

Text Example


Text Example

White with #986AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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