#7165E5

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

Shades of Medium Slate Blue #7165E5

Tints of Medium Slate Blue #7165E5

Color information

#7165E5 (or 0x7165E5) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 65 and E5. RGB value is (113,101,229). Sum of RGB (Red+Green+Blue) = 113+101+229=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #7165E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7165E5 is #8E9A1A. Grayscale: #767676. Windows color (decimal): -9345563 or 15033713. OLE color: 15033713.

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

Color convert

RGB113101229-
CMYK0.510.5600.10
HSL245.62º71.11%64.71%-
HSV(B)245.62º55.9%89.8%-
XYZ25.6118.4876.35-
YUV119.18189.98123.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.51%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 229 (89.84% from 255) = 51.69%
R=25.51%
G=22.80%
B=51.69%

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
Decimal1131012290.510.5600.10245.6271.1164.71
Hex7165E533380Af64741
Octal1611453456370012366107101
Binary1110001110010111100101110011111000010101111011010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7165E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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