Html Css Color HEX #7272DB Medium Slate Blue

📋 copy color: '#7272DB'

red 114 ◦ green 114 ◦ blue 219

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

Shades of Medium Slate Blue #7272DB

Tints of Medium Slate Blue #7272DB

RGB

 RED value IS 114 (44.92% from 255) = 25.5%

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

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

R = 25.5%
G = 25.5%
B = 48.99%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7272DB (or 0x7272DB) is known color: Medium Slate Blue. HEX triplet: 72, 72 and DB. RGB value is (114,114,219). Sum of RGB (Red+Green+Blue) = 114+114+219=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #7272DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7272DB is #8D8D24. Grayscale: #7D7D7D. Windows color (decimal): -9276709 or 14381682. OLE color: 14381682.

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

Color convert

RGB 114 114 219 -
CMYK 0.48 0.48 0 0.14
HSL 240º 0.59% 0.65% -
HSV(B) 240º 0.48% 0.86% -
XYZ 25.74 20.73 69.66 -
YUV 125.97 180.5 119.46 -
System Red Green Blue C M Y K H S L
Decimal 114 114 219 0.48 0.48 0 0.14 240 0.59 0.65
Hex 72 72 DB 30 30 0 E F0 3B 41
Octal 162 162 333 60 60 0 16 360 73 101
Binary 1110010 1110010 11011011 110000 110000 0 1110 11110000 111011 1000001

Color Harmonies of #7272DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7272DB

Black with #7272DB

Text Example


Text Example

White with #7272DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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