Html Css Color HEX #7072DB Medium Slate Blue

📋 copy color: '#7072DB'

red 112 ◦ green 114 ◦ blue 219

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

Shades of Medium Slate Blue #7072DB

Tints of Medium Slate Blue #7072DB

RGB

 RED value IS 112 (44.14% from 255) = 25.17%

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

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

R = 25.17%
G = 25.62%
B = 49.21%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7072DB (or 0x7072DB) is known color: Medium Slate Blue. HEX triplet: 70, 72 and DB. RGB value is (112,114,219). Sum of RGB (Red+Green+Blue) = 112+114+219=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #7072DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7072DB is #8F8D24. Grayscale: #7C7C7C. Windows color (decimal): -9407781 or 14381680. OLE color: 14381680.

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

Color convert

RGB 112 114 219 -
CMYK 0.49 0.48 0 0.14
HSL 238.88º 0.6% 0.65% -
HSV(B) 238.88º 0.49% 0.86% -
XYZ 25.49 20.59 69.65 -
YUV 125.37 180.84 118.46 -
System Red Green Blue C M Y K H S L
Decimal 112 114 219 0.49 0.48 0 0.14 238.88 0.6 0.65
Hex 70 72 DB 31 30 0 E EF 3C 41
Octal 160 162 333 61 60 0 16 357 74 101
Binary 1110000 1110010 11011011 110001 110000 0 1110 11101111 111100 1000001

Color Harmonies of #7072DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7072DB

Black with #7072DB

Text Example


Text Example

White with #7072DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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