#7270F3

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

Shades of Medium Slate Blue #7270F3

Tints of Medium Slate Blue #7270F3

Color information

#7270F3 (or 0x7270F3) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 70 and F3. RGB value is (114,112,243). Sum of RGB (Red+Green+Blue) = 114+112+243=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #7270F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7270F3 is #8D8F0C. Grayscale: #7F7F7F. Windows color (decimal): -9277197 or 15954034. OLE color: 15954034.

HSL color Cylindrical-coordinate representation of color #7270F3: hue angle of 240.92º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7270F3 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB114112243-
CMYK0.530.5400.05
HSL240.92º84.52%69.61%-
HSV(B)240.92º53.91%95.29%-
XYZ28.9121.6487.45-
YUV127.53193.16118.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.31%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 243 (95.31% from 255) = 51.81%
R=24.31%
G=23.88%
B=51.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1141122430.530.5400.05240.9284.5269.61
Hex7270F3353605f15546
Octal162160363656605361125106
Binary111001011100001111001111010111011001011111000110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7270F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7270F3; }

 p { color: rgb(114,112,243); }

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

<style>
 a { background-color: #7270F3; }

 a { background-color: rgb(114,112,243); }

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

<style>
 span { border-color: #7270F3; }

 span { border-color: rgb(114,112,243); }

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