Html Css Color HEX #986EFF Light Slate Blue

📋 copy color: '#986EFF'

red 152 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #986EFF

Tints of Light Slate Blue #986EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.28%

 BLUE value IS 255 (100% from 255) = 49.32%

R = 29.4%
G = 21.28%
B = 49.32%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#986EFF (or 0x986EFF) is known color: Light Slate Blue. HEX triplet: 98, 6E and FF. RGB value is (152,110,255). Sum of RGB (Red+Green+Blue) = 152+110+255=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #986EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986EFF is #679100. Grayscale: #8A8A8A. Windows color (decimal): -6787329 or 16739992. OLE color: 16739992.

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

Color convert

RGB 152 110 255 -
CMYK 0.40 0.57 0 0
HSL 257.38º 1% 0.72% -
HSV(B) 257.38º 0.57% 1% -
XYZ 36.57 25.05 97.51 -
YUV 139.09 193.41 137.21 -
System Red Green Blue C M Y K H S L
Decimal 152 110 255 0.40 0.57 0 0 257.38 1 0.72
Hex 98 6E FF 28 39 0 0 101 64 48
Octal 230 156 377 50 71 0 0 401 144 110
Binary 10011000 1101110 11111111 101000 111001 0 0 100000001 1100100 1001000

Color Harmonies of #986EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986EFF

Black with #986EFF

Text Example


Text Example

White with #986EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,110,255); }

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

background-color css

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

 a { background-color: rgb(152,110,255); }

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

border-color css

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

 span { border-color: rgb(152,110,255); }

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