Html Css Color HEX #7472DC Medium Slate Blue

📋 copy color: '#7472DC'

red 116 ◦ green 114 ◦ blue 220

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

Shades of Medium Slate Blue #7472DC

Tints of Medium Slate Blue #7472DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 25.78%
G = 25.33%
B = 48.89%

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

#7472DC (or 0x7472DC) is known color: Medium Slate Blue. HEX triplet: 74, 72 and DC. RGB value is (116,114,220). Sum of RGB (Red+Green+Blue) = 116+114+220=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #7472DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7472DC is #8B8D23. Grayscale: #7E7E7E. Windows color (decimal): -9145636 or 14447220. OLE color: 14447220.

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

Color convert

RGB 116 114 220 -
CMYK 0.47 0.48 0 0.14
HSL 241.13º 0.6% 0.65% -
HSV(B) 241.13º 0.48% 0.86% -
XYZ 26.14 20.91 70.37 -
YUV 126.68 180.66 120.38 -
System Red Green Blue C M Y K H S L
Decimal 116 114 220 0.47 0.48 0 0.14 241.13 0.6 0.65
Hex 74 72 DC 2F 30 0 E F1 3C 41
Octal 164 162 334 57 60 0 16 361 74 101
Binary 1110100 1110010 11011100 101111 110000 0 1110 11110001 111100 1000001

Color Harmonies of #7472DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7472DC

Black with #7472DC

Text Example


Text Example

White with #7472DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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