Html Css Color HEX #7570DC Medium Slate Blue

📋 copy color: '#7570DC'

red 117 ◦ green 112 ◦ blue 220

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

Shades of Medium Slate Blue #7570DC

Tints of Medium Slate Blue #7570DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.94%

 BLUE value IS 220 (86.33% from 255) = 49%

R = 26.06%
G = 24.94%
B = 49%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7570DC (or 0x7570DC) is known color: Medium Slate Blue. HEX triplet: 75, 70 and DC. RGB value is (117,112,220). Sum of RGB (Red+Green+Blue) = 117+112+220=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #7570DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7570DC is #8A8F23. Grayscale: #7D7D7D. Windows color (decimal): -9080612 or 14446709. OLE color: 14446709.

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

Color convert

RGB 117 112 220 -
CMYK 0.47 0.49 0 0.14
HSL 242.78º 0.61% 0.65% -
HSV(B) 242.78º 0.49% 0.86% -
XYZ 26.05 20.54 70.3 -
YUV 125.81 181.16 121.72 -
System Red Green Blue C M Y K H S L
Decimal 117 112 220 0.47 0.49 0 0.14 242.78 0.61 0.65
Hex 75 70 DC 2F 31 0 E F3 3D 41
Octal 165 160 334 57 61 0 16 363 75 101
Binary 1110101 1110000 11011100 101111 110001 0 1110 11110011 111101 1000001

Color Harmonies of #7570DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7570DC

Black with #7570DC

Text Example


Text Example

White with #7570DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7570DC; }

 p { color: rgb(117,112,220); }

 H1.HeaderClassName
 {
   color: #7570DC;
 }
 .AnyTagClassName
 {
   color: #7570DC;
 }
</style>

background-color css

<style>
 a { background-color: #7570DC; }

 a { background-color: rgb(117,112,220); }

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

border-color css

<style>
 span { border-color: #7570DC; }

 span { border-color: rgb(117,112,220); }

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