Html Css Color HEX #7572DB Medium Slate Blue

📋 copy color: '#7572DB'

red 117 ◦ green 114 ◦ blue 219

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

Shades of Medium Slate Blue #7572DB

Tints of Medium Slate Blue #7572DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.33%

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

R = 26%
G = 25.33%
B = 48.67%

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

#7572DB (or 0x7572DB) is known color: Medium Slate Blue. HEX triplet: 75, 72 and DB. RGB value is (117,114,219). Sum of RGB (Red+Green+Blue) = 117+114+219=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #7572DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7572DB is #8A8D24. Grayscale: #7E7E7E. Windows color (decimal): -9080101 or 14381685. OLE color: 14381685.

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

Color convert

RGB 117 114 219 -
CMYK 0.47 0.48 0 0.14
HSL 241.71º 0.59% 0.65% -
HSV(B) 241.71º 0.48% 0.86% -
XYZ 26.14 20.93 69.68 -
YUV 126.87 179.99 120.96 -
System Red Green Blue C M Y K H S L
Decimal 117 114 219 0.47 0.48 0 0.14 241.71 0.59 0.65
Hex 75 72 DB 2F 30 0 E F2 3B 41
Octal 165 162 333 57 60 0 16 362 73 101
Binary 1110101 1110010 11011011 101111 110000 0 1110 11110010 111011 1000001

Color Harmonies of #7572DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7572DB

Black with #7572DB

Text Example


Text Example

White with #7572DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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