#7066FE

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

Shades of Medium Slate Blue #7066FE

Tints of Medium Slate Blue #7066FE

Color information

#7066FE (or 0x7066FE) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 66 and FE. RGB value is (112,102,254). Sum of RGB (Red+Green+Blue) = 112+102+254=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #7066FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7066FE is #8F9901. Grayscale: #797979. Windows color (decimal): -9410818 or 16672368. OLE color: 16672368.

HSL color Cylindrical-coordinate representation of color #7066FE: hue angle of 243.95º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7066FE is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB112102254-
CMYK0.560.6000.00
HSL243.95º98.7%69.8%-
HSV(B)243.95º59.84%99.61%-
XYZ29.3220.196.1-
YUV122.32202.31120.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.93%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 254 (99.61% from 255) = 54.27%
R=23.93%
G=21.79%
B=54.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1121022540.560.6000.00243.9598.769.8
Hex7066FE383C00f46346
Octal160146376707400364143106
Binary1110000110011011111110111000111100001111010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7066FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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