Html Css Color HEX #9871F6 Light Slate Blue

📋 copy color: '#9871F6'

red 152 ◦ green 113 ◦ blue 246

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

Shades of Light Slate Blue #9871F6

Tints of Light Slate Blue #9871F6

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.11%

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

R = 29.75%
G = 22.11%
B = 48.14%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9871F6 (or 0x9871F6) is known color: Light Slate Blue. HEX triplet: 98, 71 and F6. RGB value is (152,113,246). Sum of RGB (Red+Green+Blue) = 152+113+246=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 246 - color contains mainly: blue. Hex color #9871F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9871F6 is #678E09. Grayscale: #8B8B8B. Windows color (decimal): -6786570 or 16150936. OLE color: 16150936.

HSL color Cylindrical-coordinate representation of color #9871F6: hue angle of 257.59º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9871F6 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 113 246 -
CMYK 0.38 0.54 0 0.04
HSL 257.59º 0.88% 0.7% -
HSV(B) 257.59º 0.54% 0.96% -
XYZ 35.49 25.14 90.17 -
YUV 139.82 187.92 136.69 -
System Red Green Blue C M Y K H S L
Decimal 152 113 246 0.38 0.54 0 0.04 257.59 0.88 0.7
Hex 98 71 F6 26 36 0 4 102 58 46
Octal 230 161 366 46 66 0 4 402 130 106
Binary 10011000 1110001 11110110 100110 110110 0 100 100000010 1011000 1000110

Color Harmonies of #9871F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9871F6

Black with #9871F6

Text Example


Text Example

White with #9871F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9871F6; }

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

 H1.HeaderClassName
 {
   color: #9871F6;
 }
 .AnyTagClassName
 {
   color: #9871F6;
 }
</style>

background-color css

<style>
 a { background-color: #9871F6; }

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

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

border-color css

<style>
 span { border-color: #9871F6; }

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

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