Html Css Color HEX #986EFD Light Slate Blue

📋 copy color: '#986EFD'

red 152 ◦ green 110 ◦ blue 253

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

Shades of Light Slate Blue #986EFD

Tints of Light Slate Blue #986EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.13%

R = 29.51%
G = 21.36%
B = 49.13%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#986EFD (or 0x986EFD) is known color: Light Slate Blue. HEX triplet: 98, 6E and FD. RGB value is (152,110,253). Sum of RGB (Red+Green+Blue) = 152+110+253=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #986EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986EFD is #679102. Grayscale: #8A8A8A. Windows color (decimal): -6787331 or 16608920. OLE color: 16608920.

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

Color convert

RGB 152 110 253 -
CMYK 0.40 0.57 0 0.01
HSL 257.62º 0.97% 0.71% -
HSV(B) 257.62º 0.57% 0.99% -
XYZ 36.25 24.92 95.83 -
YUV 138.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 152 110 253 0.40 0.57 0 0.01 257.62 0.97 0.71
Hex 98 6E FD 28 39 0 1 102 61 47
Octal 230 156 375 50 71 0 1 402 141 107
Binary 10011000 1101110 11111101 101000 111001 0 1 100000010 1100001 1000111

Color Harmonies of #986EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986EFD

Black with #986EFD

Text Example


Text Example

White with #986EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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