#7165EA

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

Shades of Medium Slate Blue #7165EA

Tints of Medium Slate Blue #7165EA

Color information

#7165EA (or 0x7165EA) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 65 and EA. RGB value is (113,101,234). Sum of RGB (Red+Green+Blue) = 113+101+234=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #7165EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7165EA is #8E9A15. Grayscale: #777777. Windows color (decimal): -9345558 or 15361393. OLE color: 15361393.

HSL color Cylindrical-coordinate representation of color #7165EA: hue angle of 245.41º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7165EA is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113101234-
CMYK0.520.5700.08
HSL245.41º76%65.69%-
HSV(B)245.41º56.84%91.76%-
XYZ26.3218.7680.08-
YUV119.75192.48123.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.22%
GREEN value IS 101 (39.84% from 255) = 22.54%
BLUE value IS 234 (91.80% from 255) = 52.23%
R=25.22%
G=22.54%
B=52.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131012340.520.5700.08245.417665.69
Hex7165EA343908f54c42
Octal1611453526471010365114102
Binary1110001110010111101010110100111001010001111010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7165EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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