Html Css Color HEX #7F72DF Medium Slate Blue

📋 copy color: '#7F72DF'

red 127 ◦ green 114 ◦ blue 223

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

Shades of Medium Slate Blue #7F72DF

Tints of Medium Slate Blue #7F72DF

RGB

 RED value IS 127 (50% from 255) = 27.37%

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

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 27.37%
G = 24.57%
B = 48.06%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F72DF (or 0x7F72DF) is known color: Medium Slate Blue. HEX triplet: 7F, 72 and DF. RGB value is (127,114,223). Sum of RGB (Red+Green+Blue) = 127+114+223=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F72DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F72DF is #808D20. Grayscale: #818181. Windows color (decimal): -8424737 or 14643839. OLE color: 14643839.

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

Color convert

RGB 127 114 223 -
CMYK 0.43 0.49 0 0.13
HSL 247.16º 0.63% 0.66% -
HSV(B) 247.16º 0.49% 0.87% -
XYZ 28.09 21.87 72.55 -
YUV 130.31 180.31 125.64 -
System Red Green Blue C M Y K H S L
Decimal 127 114 223 0.43 0.49 0 0.13 247.16 0.63 0.66
Hex 7F 72 DF 2B 31 0 D F7 3F 42
Octal 177 162 337 53 61 0 15 367 77 102
Binary 1111111 1110010 11011111 101011 110001 0 1101 11110111 111111 1000010

Color Harmonies of #7F72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F72DF

Black with #7F72DF

Text Example


Text Example

White with #7F72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,114,223); }

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

background-color css

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

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

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

border-color css

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

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

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