Html Css Color HEX #987AF6 Light Slate Blue

📋 copy color: '#987AF6'

red 152 ◦ green 122 ◦ blue 246

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

Shades of Light Slate Blue #987AF6

Tints of Light Slate Blue #987AF6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.46%

 BLUE value IS 246 (96.48% from 255) = 47.31%

R = 29.23%
G = 23.46%
B = 47.31%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#987AF6 (or 0x987AF6) is known color: Light Slate Blue. HEX triplet: 98, 7A and F6. RGB value is (152,122,246). Sum of RGB (Red+Green+Blue) = 152+122+246=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #987AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987AF6 is #678509. Grayscale: #909090. Windows color (decimal): -6784266 or 16153240. OLE color: 16153240.

HSL color Cylindrical-coordinate representation of color #987AF6: hue angle of 254.52º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #987AF6 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 122 246 -
CMYK 0.38 0.50 0 0.04
HSL 254.52º 0.87% 0.72% -
HSV(B) 254.52º 0.5% 0.96% -
XYZ 36.54 27.25 90.52 -
YUV 145.11 184.94 132.92 -
System Red Green Blue C M Y K H S L
Decimal 152 122 246 0.38 0.50 0 0.04 254.52 0.87 0.72
Hex 98 7A F6 26 32 0 4 FF 57 48
Octal 230 172 366 46 62 0 4 377 127 110
Binary 10011000 1111010 11110110 100110 110010 0 100 11111111 1010111 1001000

Color Harmonies of #987AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987AF6

Black with #987AF6

Text Example


Text Example

White with #987AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987AF6; }

 p { color: rgb(152,122,246); }

 H1.HeaderClassName
 {
   color: #987AF6;
 }
 .AnyTagClassName
 {
   color: #987AF6;
 }
</style>

background-color css

<style>
 a { background-color: #987AF6; }

 a { background-color: rgb(152,122,246); }

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

border-color css

<style>
 span { border-color: #987AF6; }

 span { border-color: rgb(152,122,246); }

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