#7275E3

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

Shades of Medium Slate Blue #7275E3

Tints of Medium Slate Blue #7275E3

Color information

#7275E3 (or 0x7275E3) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 75 and E3. RGB value is (114,117,227). Sum of RGB (Red+Green+Blue) = 114+117+227=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 227 (89.06% from 255 or 49.56% from 458); Max value from RGB is 227 - color contains mainly: blue. Hex color #7275E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7275E3 is #8D8A1C. Grayscale: #808080. Windows color (decimal): -9275933 or 14906738. OLE color: 14906738.

HSL color Cylindrical-coordinate representation of color #7275E3: hue angle of 238.41º degrees, saturation: 0.67, 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 #7275E3 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB114117227-
CMYK0.500.4800.11
HSL238.41º66.86%66.86%-
HSV(B)238.41º49.78%89.02%-
XYZ27.1721.8575.46-
YUV128.64183.51117.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.89%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 227 (89.06% from 255) = 49.56%
R=24.89%
G=25.55%
B=49.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1141172270.500.4800.11238.4166.8666.86
Hex7275E332300Bee4343
Octal1621653436260013356103103
Binary1110010111010111100011110010110000010111110111010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7275E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7275E3; }

 p { color: rgb(114,117,227); }

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

<style>
 a { background-color: #7275E3; }

 a { background-color: rgb(114,117,227); }

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

<style>
 span { border-color: #7275E3; }

 span { border-color: rgb(114,117,227); }

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