Html Css Color HEX #8871F5 Light Slate Blue

📋 copy color: '#8871F5'

red 136 ◦ green 113 ◦ blue 245

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

Shades of Light Slate Blue #8871F5

Tints of Light Slate Blue #8871F5

RGB

 RED value IS 136 (53.52% from 255) = 27.53%

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

 BLUE value IS 245 (96.09% from 255) = 49.6%

R = 27.53%
G = 22.87%
B = 49.6%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8871F5 (or 0x8871F5) is known color: Light Slate Blue. HEX triplet: 88, 71 and F5. RGB value is (136,113,245). Sum of RGB (Red+Green+Blue) = 136+113+245=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 245 (96.09% from 255 or 49.60% from 494); Max value from RGB is 245 - color contains mainly: blue. Hex color #8871F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8871F5 is #778E0A. Grayscale: #868686. Windows color (decimal): -7835147 or 16085384. OLE color: 16085384.

HSL color Cylindrical-coordinate representation of color #8871F5: hue angle of 250.45º degrees, saturation: 0.87, 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 #8871F5 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 136 113 245 -
CMYK 0.44 0.54 0 0.04
HSL 250.45º 0.87% 0.7% -
HSV(B) 250.45º 0.54% 0.96% -
XYZ 32.54 23.64 89.23 -
YUV 134.93 190.12 128.77 -
System Red Green Blue C M Y K H S L
Decimal 136 113 245 0.44 0.54 0 0.04 250.45 0.87 0.7
Hex 88 71 F5 2C 36 0 4 FA 57 46
Octal 210 161 365 54 66 0 4 372 127 106
Binary 10001000 1110001 11110101 101100 110110 0 100 11111010 1010111 1000110

Color Harmonies of #8871F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8871F5

Black with #8871F5

Text Example


Text Example

White with #8871F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8871F5; }

 p { color: rgb(136,113,245); }

 H1.HeaderClassName
 {
   color: #8871F5;
 }
 .AnyTagClassName
 {
   color: #8871F5;
 }
</style>

background-color css

<style>
 a { background-color: #8871F5; }

 a { background-color: rgb(136,113,245); }

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

border-color css

<style>
 span { border-color: #8871F5; }

 span { border-color: rgb(136,113,245); }

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