#7066FB

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

Shades of Medium Slate Blue #7066FB

Tints of Medium Slate Blue #7066FB

Color information

#7066FB (or 0x7066FB) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 66 and FB. RGB value is (112,102,251). Sum of RGB (Red+Green+Blue) = 112+102+251=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #7066FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7066FB is #8F9904. Grayscale: #797979. Windows color (decimal): -9410821 or 16475760. OLE color: 16475760.

HSL color Cylindrical-coordinate representation of color #7066FB: hue angle of 244.03º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7066FB is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112102251-
CMYK0.550.5900.02
HSL244.03º94.9%69.22%-
HSV(B)244.03º59.36%98.43%-
XYZ28.8519.9193.59-
YUV121.98200.81120.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.09%
GREEN value IS 102 (40.23% from 255) = 21.94%
BLUE value IS 251 (98.44% from 255) = 53.98%
R=24.09%
G=21.94%
B=53.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1121022510.550.5900.02244.0394.969.22
Hex7066FB373B02f45f45
Octal160146373677302364137105
Binary11100001100110111110111101111110110101111010010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7066FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7066FB; }

 p { color: rgb(112,102,251); }

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

<style>
 a { background-color: #7066FB; }

 a { background-color: rgb(112,102,251); }

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

<style>
 span { border-color: #7066FB; }

 span { border-color: rgb(112,102,251); }

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