Html Css Color HEX #9871FC Light Slate Blue

📋 copy color: '#9871FC'

red 152 ◦ green 113 ◦ blue 252

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

Shades of Light Slate Blue #9871FC

Tints of Light Slate Blue #9871FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.74%

R = 29.4%
G = 21.86%
B = 48.74%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9871FC (or 0x9871FC) is known color: Light Slate Blue. HEX triplet: 98, 71 and FC. RGB value is (152,113,252). Sum of RGB (Red+Green+Blue) = 152+113+252=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #9871FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9871FC is #678E03. Grayscale: #8B8B8B. Windows color (decimal): -6786564 or 16544152. OLE color: 16544152.

HSL color Cylindrical-coordinate representation of color #9871FC: hue angle of 256.83º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9871FC is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 113 252 -
CMYK 0.40 0.55 0 0.01
HSL 256.83º 0.96% 0.72% -
HSV(B) 256.83º 0.55% 0.99% -
XYZ 36.42 25.51 95.1 -
YUV 140.51 190.92 136.2 -
System Red Green Blue C M Y K H S L
Decimal 152 113 252 0.40 0.55 0 0.01 256.83 0.96 0.72
Hex 98 71 FC 28 37 0 1 101 60 48
Octal 230 161 374 50 67 0 1 401 140 110
Binary 10011000 1110001 11111100 101000 110111 0 1 100000001 1100000 1001000

Color Harmonies of #9871FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9871FC

Black with #9871FC

Text Example


Text Example

White with #9871FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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