Html Css Color HEX #7571DB Medium Slate Blue

📋 copy color: '#7571DB'

red 117 ◦ green 113 ◦ blue 219

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

Shades of Medium Slate Blue #7571DB

Tints of Medium Slate Blue #7571DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 26.06%
G = 25.17%
B = 48.78%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7571DB (or 0x7571DB) is known color: Medium Slate Blue. HEX triplet: 75, 71 and DB. RGB value is (117,113,219). Sum of RGB (Red+Green+Blue) = 117+113+219=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #7571DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7571DB is #8A8E24. Grayscale: #7D7D7D. Windows color (decimal): -9080357 or 14381429. OLE color: 14381429.

HSL color Cylindrical-coordinate representation of color #7571DB: hue angle of 242.26º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7571DB is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 113 219 -
CMYK 0.47 0.48 0 0.14
HSL 242.26º 0.6% 0.65% -
HSV(B) 242.26º 0.48% 0.86% -
XYZ 26.03 20.71 69.64 -
YUV 126.28 180.33 121.38 -
System Red Green Blue C M Y K H S L
Decimal 117 113 219 0.47 0.48 0 0.14 242.26 0.6 0.65
Hex 75 71 DB 2F 30 0 E F2 3C 41
Octal 165 161 333 57 60 0 16 362 74 101
Binary 1110101 1110001 11011011 101111 110000 0 1110 11110010 111100 1000001

Color Harmonies of #7571DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7571DB

Black with #7571DB

Text Example


Text Example

White with #7571DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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