#7162CA

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

Shades of Slate Blue #7162CA

Tints of Slate Blue #7162CA

Color information

#7162CA (or 0x7162CA) is unknown color: approx Slate Blue. HEX triplet: 71, 62 and CA. RGB value is (113,98,202). Sum of RGB (Red+Green+Blue) = 113+98+202=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #7162CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7162CA is #8E9D35. Grayscale: #717171. Windows color (decimal): -9346358 or 13263473. OLE color: 13263473.

HSL color Cylindrical-coordinate representation of color #7162CA: hue angle of 248.65º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7162CA is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11398202-
CMYK0.440.5100.21
HSL248.65º49.52%58.82%-
HSV(B)248.65º51.49%79.22%-
XYZ21.8416.5157.91-
YUV114.34177.47127.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.36%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=27.36%
G=23.73%
B=48.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113982020.440.5100.21248.6549.5258.82
Hex7162CA2C33015f9323b
Octal16114231254630253716273
Binary111000111000101100101010110011001101010111111001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7162CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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