Html Css Color HEX #8571FF Light Slate Blue

📋 copy color: '#8571FF'

red 133 ◦ green 113 ◦ blue 255

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

Shades of Light Slate Blue #8571FF

Tints of Light Slate Blue #8571FF

RGB

 RED value IS 133 (52.34% from 255) = 26.55%

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 26.55%
G = 22.55%
B = 50.9%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8571FF (or 0x8571FF) is known color: Light Slate Blue. HEX triplet: 85, 71 and FF. RGB value is (133,113,255). Sum of RGB (Red+Green+Blue) = 133+113+255=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #8571FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8571FF is #7A8E00. Grayscale: #868686. Windows color (decimal): -8031745 or 16740741. OLE color: 16740741.

HSL color Cylindrical-coordinate representation of color #8571FF: hue angle of 248.45º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8571FF is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 113 255 -
CMYK 0.48 0.56 0 0
HSL 248.45º 1% 0.72% -
HSV(B) 248.45º 0.56% 1% -
XYZ 33.63 24.02 97.47 -
YUV 135.17 195.63 126.45 -
System Red Green Blue C M Y K H S L
Decimal 133 113 255 0.48 0.56 0 0 248.45 1 0.72
Hex 85 71 FF 30 38 0 0 F8 64 48
Octal 205 161 377 60 70 0 0 370 144 110
Binary 10000101 1110001 11111111 110000 111000 0 0 11111000 1100100 1001000

Color Harmonies of #8571FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8571FF

Black with #8571FF

Text Example


Text Example

White with #8571FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8571FF; }

 p { color: rgb(133,113,255); }

 H1.HeaderClassName
 {
   color: #8571FF;
 }
 .AnyTagClassName
 {
   color: #8571FF;
 }
</style>

background-color css

<style>
 a { background-color: #8571FF; }

 a { background-color: rgb(133,113,255); }

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

border-color css

<style>
 span { border-color: #8571FF; }

 span { border-color: rgb(133,113,255); }

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