#7275F3

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

Shades of Medium Slate Blue #7275F3

Tints of Medium Slate Blue #7275F3

Color information

#7275F3 (or 0x7275F3) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 75 and F3. RGB value is (114,117,243). Sum of RGB (Red+Green+Blue) = 114+117+243=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #7275F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7275F3 is #8D8A0C. Grayscale: #818181. Windows color (decimal): -9275917 or 15955314. OLE color: 15955314.

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

Color convert

RGB114117243-
CMYK0.530.5200.05
HSL238.6º84.31%70%-
HSV(B)238.6º53.09%95.29%-
XYZ29.4822.7787.64-
YUV130.47191.51116.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.05%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 243 (95.31% from 255) = 51.27%
R=24.05%
G=24.68%
B=51.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1141172430.530.5200.05238.684.3170
Hex7275F3353405ef5446
Octal162165363656405357124106
Binary111001011101011111001111010111010001011110111110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7275F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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