Html Css Color HEX #7571DD Medium Slate Blue

📋 copy color: '#7571DD'

red 117 ◦ green 113 ◦ blue 221

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

Shades of Medium Slate Blue #7571DD

Tints of Medium Slate Blue #7571DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 25.94%
G = 25.06%
B = 49%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7571DD (or 0x7571DD) is known color: Medium Slate Blue. HEX triplet: 75, 71 and DD. RGB value is (117,113,221). Sum of RGB (Red+Green+Blue) = 117+113+221=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #7571DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7571DD is #8A8E22. Grayscale: #7E7E7E. Windows color (decimal): -9080355 or 14512501. OLE color: 14512501.

HSL color Cylindrical-coordinate representation of color #7571DD: hue angle of 242.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7571DD is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 113 221 -
CMYK 0.47 0.49 0 0.13
HSL 242.22º 0.61% 0.65% -
HSV(B) 242.22º 0.49% 0.87% -
XYZ 26.29 20.81 71.04 -
YUV 126.51 181.33 121.22 -
System Red Green Blue C M Y K H S L
Decimal 117 113 221 0.47 0.49 0 0.13 242.22 0.61 0.65
Hex 75 71 DD 2F 31 0 D F2 3D 41
Octal 165 161 335 57 61 0 15 362 75 101
Binary 1110101 1110001 11011101 101111 110001 0 1101 11110010 111101 1000001

Color Harmonies of #7571DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7571DD

Black with #7571DD

Text Example


Text Example

White with #7571DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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