#7F72E4

Color #7F72E4 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7F72E4

Tints of Medium Slate Blue #7F72E4

Color information

#7F72E4 (or 0x7F72E4) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 72 and E4. RGB value is (127,114,228). Sum of RGB (Red+Green+Blue) = 127+114+228=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #7F72E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F72E4 is #808D1B. Grayscale: #828282. Windows color (decimal): -8424732 or 14971519. OLE color: 14971519.

HSL color Cylindrical-coordinate representation of color #7F72E4: hue angle of 246.84º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F72E4 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB127114228-
CMYK0.440.5000.11
HSL246.84º67.86%67.06%-
HSV(B)246.84º50%89.41%-
XYZ28.7722.1576.16-
YUV130.88182.81125.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.08%
GREEN value IS 114 (44.92% from 255) = 24.31%
BLUE value IS 228 (89.45% from 255) = 48.61%
R=27.08%
G=24.31%
B=48.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1271142280.440.5000.11246.8467.8667.06
Hex7F72E42C320Bf74443
Octal1771623445462013367104103
Binary1111111111001011100100101100110010010111111011110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F72E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F72E4;
 }
 .AnyTagClassName
 {
   color: #7F72E4;
 }
</style>
background-color css

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

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

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

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

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

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