#7156DA

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

Shades of Slate Blue #7156DA

Tints of Slate Blue #7156DA

Color information

#7156DA (or 0x7156DA) is unknown color: approx Slate Blue. HEX triplet: 71, 56 and DA. RGB value is (113,86,218). Sum of RGB (Red+Green+Blue) = 113+86+218=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #7156DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7156DA is #8EA925. Grayscale: #6C6C6C. Windows color (decimal): -9349414 or 14308977. OLE color: 14308977.

HSL color Cylindrical-coordinate representation of color #7156DA: hue angle of 252.27º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7156DA is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11386218-
CMYK0.480.6100.15
HSL252.27º64.08%59.61%-
HSV(B)252.27º60.55%85.49%-
XYZ22.7915.2368.07-
YUV109.12189.45130.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 218 (85.55% from 255) = 52.28%
R=27.10%
G=20.62%
B=52.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal113862180.480.6100.15252.2764.0859.61
Hex7156DA303D0Ffc403c
Octal161126332607501737410074
Binary111000110101101101101011000011110101111111111001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7156DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7156DA; }

 p { color: rgb(113,86,218); }

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

<style>
 a { background-color: #7156DA; }

 a { background-color: rgb(113,86,218); }

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

<style>
 span { border-color: #7156DA; }

 span { border-color: rgb(113,86,218); }

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