#7062F0

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

Shades of Medium Slate Blue #7062F0

Tints of Medium Slate Blue #7062F0

Color information

#7062F0 (or 0x7062F0) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 62 and F0. RGB value is (112,98,240). Sum of RGB (Red+Green+Blue) = 112+98+240=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #7062F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7062F0 is #8F9D0F. Grayscale: #757575. Windows color (decimal): -9411856 or 15753840. OLE color: 15753840.

HSL color Cylindrical-coordinate representation of color #7062F0: hue angle of 245.92º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7062F0 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11298240-
CMYK0.530.5900.06
HSL245.92º82.56%66.27%-
HSV(B)245.92º59.17%94.12%-
XYZ26.7818.4784.59-
YUV118.37196.64123.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.89%
GREEN value IS 98 (38.67% from 255) = 21.78%
BLUE value IS 240 (94.14% from 255) = 53.33%
R=24.89%
G=21.78%
B=53.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal112982400.530.5900.06245.9282.5666.27
Hex7062F0353B06f65342
Octal160142360657306366123102
Binary111000011000101111000011010111101101101111011010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7062F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7062F0; }

 p { color: rgb(112,98,240); }

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

<style>
 a { background-color: #7062F0; }

 a { background-color: rgb(112,98,240); }

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

<style>
 span { border-color: #7062F0; }

 span { border-color: rgb(112,98,240); }

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