#7162DD

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

Shades of Slate Blue #7162DD

Tints of Slate Blue #7162DD

Color information

#7162DD (or 0x7162DD) is unknown color: approx Slate Blue. HEX triplet: 71, 62 and DD. RGB value is (113,98,221). Sum of RGB (Red+Green+Blue) = 113+98+221=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #7162DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7162DD is #8E9D22. Grayscale: #747474. Windows color (decimal): -9346339 or 14508657. OLE color: 14508657.

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

Color convert

RGB11398221-
CMYK0.490.5600.13
HSL247.32º64.4%62.55%-
HSV(B)247.32º55.66%86.67%-
XYZ24.2317.4770.5-
YUV116.51186.97125.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.16%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 221 (86.72% from 255) = 51.16%
R=26.16%
G=22.69%
B=51.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal113982210.490.5600.13247.3264.462.55
Hex7162DD31380Df7403f
Octal161142335617001536710077
Binary111000111000101101110111000111100001101111101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7162DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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