#7165DD

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

Shades of Medium Slate Blue #7165DD

Tints of Medium Slate Blue #7165DD

Color information

#7165DD (or 0x7165DD) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 65 and DD. RGB value is (113,101,221). Sum of RGB (Red+Green+Blue) = 113+101+221=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #7165DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7165DD is #8E9A22. Grayscale: #757575. Windows color (decimal): -9345571 or 14509425. OLE color: 14509425.

HSL color Cylindrical-coordinate representation of color #7165DD: hue angle of 246º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7165DD is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113101221-
CMYK0.490.5400.13
HSL246º63.83%63.14%-
HSV(B)246º54.3%86.67%-
XYZ24.5118.0470.6-
YUV118.27185.98124.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.98%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 221 (86.72% from 255) = 50.80%
R=25.98%
G=23.22%
B=50.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131012210.490.5400.1324663.8363.14
Hex7165DD31360Df6403f
Octal161145335616601536610077
Binary111000111001011101110111000111011001101111101101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7165DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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