Html Css Color HEX #7472DB Medium Slate Blue

📋 copy color: '#7472DB'

red 116 ◦ green 114 ◦ blue 219

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

Shades of Medium Slate Blue #7472DB

Tints of Medium Slate Blue #7472DB

RGB

 RED value IS 116 (45.7% from 255) = 25.84%

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

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

R = 25.84%
G = 25.39%
B = 48.78%

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

#7472DB (or 0x7472DB) is known color: Medium Slate Blue. HEX triplet: 74, 72 and DB. RGB value is (116,114,219). Sum of RGB (Red+Green+Blue) = 116+114+219=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #7472DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7472DB is #8B8D24. Grayscale: #7E7E7E. Windows color (decimal): -9145637 or 14381684. OLE color: 14381684.

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

Color convert

RGB 116 114 219 -
CMYK 0.47 0.48 0 0.14
HSL 241.14º 0.59% 0.65% -
HSV(B) 241.14º 0.48% 0.86% -
XYZ 26.01 20.86 69.67 -
YUV 126.57 180.16 120.46 -
System Red Green Blue C M Y K H S L
Decimal 116 114 219 0.47 0.48 0 0.14 241.14 0.59 0.65
Hex 74 72 DB 2F 30 0 E F1 3B 41
Octal 164 162 333 57 60 0 16 361 73 101
Binary 1110100 1110010 11011011 101111 110000 0 1110 11110001 111011 1000001

Color Harmonies of #7472DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7472DB

Black with #7472DB

Text Example


Text Example

White with #7472DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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