Html Css Color HEX #9871FA Light Slate Blue

📋 copy color: '#9871FA'

red 152 ◦ green 113 ◦ blue 250

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

Shades of Light Slate Blue #9871FA

Tints of Light Slate Blue #9871FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 29.51%
G = 21.94%
B = 48.54%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9871FA (or 0x9871FA) is known color: Light Slate Blue. HEX triplet: 98, 71 and FA. RGB value is (152,113,250). Sum of RGB (Red+Green+Blue) = 152+113+250=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #9871FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9871FA is #678E05. Grayscale: #8B8B8B. Windows color (decimal): -6786566 or 16413080. OLE color: 16413080.

HSL color Cylindrical-coordinate representation of color #9871FA: hue angle of 257.08º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9871FA is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 113 250 -
CMYK 0.39 0.55 0 0.02
HSL 257.08º 0.93% 0.71% -
HSV(B) 257.08º 0.55% 0.98% -
XYZ 36.11 25.39 93.44 -
YUV 140.28 189.92 136.36 -
System Red Green Blue C M Y K H S L
Decimal 152 113 250 0.39 0.55 0 0.02 257.08 0.93 0.71
Hex 98 71 FA 27 37 0 2 101 5D 47
Octal 230 161 372 47 67 0 2 401 135 107
Binary 10011000 1110001 11111010 100111 110111 0 10 100000001 1011101 1000111

Color Harmonies of #9871FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9871FA

Black with #9871FA

Text Example


Text Example

White with #9871FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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