Html Css Color HEX #8571F9 Light Slate Blue

📋 copy color: '#8571F9'

red 133 ◦ green 113 ◦ blue 249

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

Shades of Light Slate Blue #8571F9

Tints of Light Slate Blue #8571F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.3%

R = 26.87%
G = 22.83%
B = 50.3%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8571F9 (or 0x8571F9) is known color: Light Slate Blue. HEX triplet: 85, 71 and F9. RGB value is (133,113,249). Sum of RGB (Red+Green+Blue) = 133+113+249=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #8571F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8571F9 is #7A8E06. Grayscale: #858585. Windows color (decimal): -8031751 or 16347525. OLE color: 16347525.

HSL color Cylindrical-coordinate representation of color #8571F9: hue angle of 248.82º degrees, saturation: 0.92, 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 #8571F9 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 113 249 -
CMYK 0.47 0.55 0 0.02
HSL 248.82º 0.92% 0.71% -
HSV(B) 248.82º 0.55% 0.98% -
XYZ 32.68 23.64 92.46 -
YUV 134.48 192.63 126.94 -
System Red Green Blue C M Y K H S L
Decimal 133 113 249 0.47 0.55 0 0.02 248.82 0.92 0.71
Hex 85 71 F9 2F 37 0 2 F9 5C 47
Octal 205 161 371 57 67 0 2 371 134 107
Binary 10000101 1110001 11111001 101111 110111 0 10 11111001 1011100 1000111

Color Harmonies of #8571F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8571F9

Black with #8571F9

Text Example


Text Example

White with #8571F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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