Html Css Color HEX #986FFB Light Slate Blue

📋 copy color: '#986FFB'

red 152 ◦ green 111 ◦ blue 251

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

Shades of Light Slate Blue #986FFB

Tints of Light Slate Blue #986FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.6%

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

R = 29.57%
G = 21.6%
B = 48.83%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#986FFB (or 0x986FFB) is known color: Light Slate Blue. HEX triplet: 98, 6F and FB. RGB value is (152,111,251). Sum of RGB (Red+Green+Blue) = 152+111+251=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #986FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986FFB is #679004. Grayscale: #8A8A8A. Windows color (decimal): -6787077 or 16478104. OLE color: 16478104.

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

Color convert

RGB 152 111 251 -
CMYK 0.39 0.56 0 0.02
HSL 257.57º 0.95% 0.71% -
HSV(B) 257.57º 0.56% 0.98% -
XYZ 36.05 25.01 94.19 -
YUV 139.22 191.08 137.12 -
System Red Green Blue C M Y K H S L
Decimal 152 111 251 0.39 0.56 0 0.02 257.57 0.95 0.71
Hex 98 6F FB 27 38 0 2 102 5F 47
Octal 230 157 373 47 70 0 2 402 137 107
Binary 10011000 1101111 11111011 100111 111000 0 10 100000010 1011111 1000111

Color Harmonies of #986FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FFB

Black with #986FFB

Text Example


Text Example

White with #986FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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