Html Css Color HEX #986AFF Light Slate Blue

📋 copy color: '#986AFF'

red 152 ◦ green 106 ◦ blue 255

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

Shades of Light Slate Blue #986AFF

Tints of Light Slate Blue #986AFF

RGB

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

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

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

R = 29.63%
G = 20.66%
B = 49.71%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#986AFF (or 0x986AFF) is known color: Light Slate Blue. HEX triplet: 98, 6A and FF. RGB value is (152,106,255). Sum of RGB (Red+Green+Blue) = 152+106+255=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #986AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986AFF is #679500. Grayscale: #888888. Windows color (decimal): -6788353 or 16738968. OLE color: 16738968.

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

Color convert

RGB 152 106 255 -
CMYK 0.40 0.58 0 0
HSL 258.52º 1% 0.71% -
HSV(B) 258.52º 0.58% 1% -
XYZ 36.15 24.2 97.37 -
YUV 136.74 194.74 138.88 -
System Red Green Blue C M Y K H S L
Decimal 152 106 255 0.40 0.58 0 0 258.52 1 0.71
Hex 98 6A FF 28 3A 0 0 103 64 47
Octal 230 152 377 50 72 0 0 403 144 107
Binary 10011000 1101010 11111111 101000 111010 0 0 100000011 1100100 1000111

Color Harmonies of #986AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986AFF

Black with #986AFF

Text Example


Text Example

White with #986AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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