#7065E5

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

Shades of Medium Slate Blue #7065E5

Tints of Medium Slate Blue #7065E5

Color information

#7065E5 (or 0x7065E5) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 65 and E5. RGB value is (112,101,229). Sum of RGB (Red+Green+Blue) = 112+101+229=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #7065E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7065E5 is #8F9A1A. Grayscale: #767676. Windows color (decimal): -9411099 or 15033712. OLE color: 15033712.

HSL color Cylindrical-coordinate representation of color #7065E5: hue angle of 245.16º degrees, saturation: 0.71, 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 #7065E5 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB112101229-
CMYK0.510.5600.10
HSL245.16º71.11%64.71%-
HSV(B)245.16º55.9%89.8%-
XYZ25.4818.4176.34-
YUV118.88190.14123.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.34%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 229 (89.84% from 255) = 51.81%
R=25.34%
G=22.85%
B=51.81%

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
Decimal1121012290.510.5600.10245.1671.1164.71
Hex7065E533380Af54741
Octal1601453456370012365107101
Binary1110000110010111100101110011111000010101111010110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7065E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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