#7065E6

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

Shades of Medium Slate Blue #7065E6

Tints of Medium Slate Blue #7065E6

Color information

#7065E6 (or 0x7065E6) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 65 and E6. RGB value is (112,101,230). Sum of RGB (Red+Green+Blue) = 112+101+230=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #7065E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7065E6 is #8F9A19. Grayscale: #767676. Windows color (decimal): -9411098 or 15099248. OLE color: 15099248.

HSL color Cylindrical-coordinate representation of color #7065E6: hue angle of 245.12º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7065E6 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB112101230-
CMYK0.510.5600.10
HSL245.12º72.07%64.9%-
HSV(B)245.12º56.09%90.2%-
XYZ25.6218.4777.08-
YUV119190.64123.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 230 (90.23% from 255) = 51.92%
R=25.28%
G=22.80%
B=51.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1121012300.510.5600.10245.1272.0764.9
Hex7065E633380Af54841
Octal1601453466370012365110101
Binary1110000110010111100110110011111000010101111010110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7065E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7065E6; }

 p { color: rgb(112,101,230); }

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

<style>
 a { background-color: #7065E6; }

 a { background-color: rgb(112,101,230); }

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

<style>
 span { border-color: #7065E6; }

 span { border-color: rgb(112,101,230); }

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