Html Css Color HEX #7571ED Medium Slate Blue

📋 copy color: '#7571ED'

red 117 ◦ green 113 ◦ blue 237

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

Shades of Medium Slate Blue #7571ED

Tints of Medium Slate Blue #7571ED

RGB

 RED value IS 117 (46.09% from 255) = 25.05%

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

 BLUE value IS 237 (92.97% from 255) = 50.75%

R = 25.05%
G = 24.2%
B = 50.75%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7571ED (or 0x7571ED) is known color: Medium Slate Blue. HEX triplet: 75, 71 and ED. RGB value is (117,113,237). Sum of RGB (Red+Green+Blue) = 117+113+237=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #7571ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7571ED is #8A8E12. Grayscale: #7F7F7F. Windows color (decimal): -9080339 or 15561077. OLE color: 15561077.

HSL color Cylindrical-coordinate representation of color #7571ED: hue angle of 241.94º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7571ED is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 113 237 -
CMYK 0.51 0.52 0 0.07
HSL 241.94º 0.78% 0.69% -
HSV(B) 241.94º 0.52% 0.93% -
XYZ 28.53 21.71 82.81 -
YUV 128.33 189.33 119.92 -
System Red Green Blue C M Y K H S L
Decimal 117 113 237 0.51 0.52 0 0.07 241.94 0.78 0.69
Hex 75 71 ED 33 34 0 7 F2 4E 45
Octal 165 161 355 63 64 0 7 362 116 105
Binary 1110101 1110001 11101101 110011 110100 0 111 11110010 1001110 1000101

Color Harmonies of #7571ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7571ED

Black with #7571ED

Text Example


Text Example

White with #7571ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7571ED; }

 p { color: rgb(117,113,237); }

 H1.HeaderClassName
 {
   color: #7571ED;
 }
 .AnyTagClassName
 {
   color: #7571ED;
 }
</style>

background-color css

<style>
 a { background-color: #7571ED; }

 a { background-color: rgb(117,113,237); }

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

border-color css

<style>
 span { border-color: #7571ED; }

 span { border-color: rgb(117,113,237); }

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