Html Css Color HEX #7570DB Medium Slate Blue

📋 copy color: '#7570DB'

red 117 ◦ green 112 ◦ blue 219

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

Shades of Medium Slate Blue #7570DB

Tints of Medium Slate Blue #7570DB

RGB

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

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

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

R = 26.12%
G = 25%
B = 48.88%

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

#7570DB (or 0x7570DB) is known color: Medium Slate Blue. HEX triplet: 75, 70 and DB. RGB value is (117,112,219). Sum of RGB (Red+Green+Blue) = 117+112+219=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #7570DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7570DB is #8A8F24. Grayscale: #7D7D7D. Windows color (decimal): -9080613 or 14381173. OLE color: 14381173.

HSL color Cylindrical-coordinate representation of color #7570DB: hue angle of 242.8º degrees, saturation: 0.6, 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 #7570DB is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 112 219 -
CMYK 0.47 0.49 0 0.14
HSL 242.8º 0.6% 0.65% -
HSV(B) 242.8º 0.49% 0.86% -
XYZ 25.92 20.48 69.61 -
YUV 125.69 180.66 121.8 -
System Red Green Blue C M Y K H S L
Decimal 117 112 219 0.47 0.49 0 0.14 242.8 0.6 0.65
Hex 75 70 DB 2F 31 0 E F3 3C 41
Octal 165 160 333 57 61 0 16 363 74 101
Binary 1110101 1110000 11011011 101111 110001 0 1110 11110011 111100 1000001

Color Harmonies of #7570DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7570DB

Black with #7570DB

Text Example


Text Example

White with #7570DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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