#7277E6

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

Shades of Medium Slate Blue #7277E6

Tints of Medium Slate Blue #7277E6

Color information

#7277E6 (or 0x7277E6) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 77 and E6. RGB value is (114,119,230). Sum of RGB (Red+Green+Blue) = 114+119+230=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #7277E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7277E6 is #8D8819. Grayscale: #818181. Windows color (decimal): -9275418 or 15103858. OLE color: 15103858.

HSL color Cylindrical-coordinate representation of color #7277E6: hue angle of 237.41º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7277E6 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB114119230-
CMYK0.500.4800.10
HSL237.41º69.88%67.45%-
HSV(B)237.41º50.43%90.2%-
XYZ27.8222.4877.74-
YUV130.16184.34116.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.62%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 230 (90.23% from 255) = 49.68%
R=24.62%
G=25.70%
B=49.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1141192300.500.4800.10237.4169.8867.45
Hex7277E632300Aed4643
Octal1621673466260012355106103
Binary1110010111011111100110110010110000010101110110110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7277E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7277E6; }

 p { color: rgb(114,119,230); }

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

<style>
 a { background-color: #7277E6; }

 a { background-color: rgb(114,119,230); }

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

<style>
 span { border-color: #7277E6; }

 span { border-color: rgb(114,119,230); }

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