#7162D1

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

Shades of Slate Blue #7162D1

Tints of Slate Blue #7162D1

Color information

#7162D1 (or 0x7162D1) is unknown color: approx Slate Blue. HEX triplet: 71, 62 and D1. RGB value is (113,98,209). Sum of RGB (Red+Green+Blue) = 113+98+209=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #7162D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7162D1 is #8E9D2E. Grayscale: #727272. Windows color (decimal): -9346351 or 13722225. OLE color: 13722225.

HSL color Cylindrical-coordinate representation of color #7162D1: hue angle of 248.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7162D1 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11398209-
CMYK0.460.5300.18
HSL248.11º54.68%60.2%-
HSV(B)248.11º53.11%81.96%-
XYZ22.6916.8562.38-
YUV115.14180.97126.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 98 (38.67% from 255) = 23.33%
BLUE value IS 209 (82.03% from 255) = 49.76%
R=26.90%
G=23.33%
B=49.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113982090.460.5300.18248.1154.6860.2
Hex7162D12E35012f8373c
Octal16114232156650223706774
Binary111000111000101101000110111011010101001011111000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7162D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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