Html Css Color HEX #7D72DD Medium Slate Blue

📋 copy color: '#7D72DD'

red 125 ◦ green 114 ◦ blue 221

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

Shades of Medium Slate Blue #7D72DD

Tints of Medium Slate Blue #7D72DD

RGB

 RED value IS 125 (49.22% from 255) = 27.17%

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 27.17%
G = 24.78%
B = 48.04%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D72DD (or 0x7D72DD) is known color: Medium Slate Blue. HEX triplet: 7D, 72 and DD. RGB value is (125,114,221). Sum of RGB (Red+Green+Blue) = 125+114+221=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D72DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D72DD is #828D22. Grayscale: #818181. Windows color (decimal): -8555811 or 14512765. OLE color: 14512765.

HSL color Cylindrical-coordinate representation of color #7D72DD: hue angle of 246.17º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D72DD is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 114 221 -
CMYK 0.43 0.48 0 0.13
HSL 246.17º 0.61% 0.66% -
HSV(B) 246.17º 0.48% 0.87% -
XYZ 27.53 21.62 71.13 -
YUV 129.49 179.64 124.8 -
System Red Green Blue C M Y K H S L
Decimal 125 114 221 0.43 0.48 0 0.13 246.17 0.61 0.66
Hex 7D 72 DD 2B 30 0 D F6 3D 42
Octal 175 162 335 53 60 0 15 366 75 102
Binary 1111101 1110010 11011101 101011 110000 0 1101 11110110 111101 1000010

Color Harmonies of #7D72DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D72DD

Black with #7D72DD

Text Example


Text Example

White with #7D72DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D72DD; }

 p { color: rgb(125,114,221); }

 H1.HeaderClassName
 {
   color: #7D72DD;
 }
 .AnyTagClassName
 {
   color: #7D72DD;
 }
</style>

background-color css

<style>
 a { background-color: #7D72DD; }

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

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

border-color css

<style>
 span { border-color: #7D72DD; }

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

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