#7156DD

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

Shades of Slate Blue #7156DD

Tints of Slate Blue #7156DD

Color information

#7156DD (or 0x7156DD) is unknown color: approx Slate Blue. HEX triplet: 71, 56 and DD. RGB value is (113,86,221). Sum of RGB (Red+Green+Blue) = 113+86+221=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #7156DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7156DD is #8EA922. Grayscale: #6C6C6C. Windows color (decimal): -9349411 or 14505585. OLE color: 14505585.

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

Color convert

RGB11386221-
CMYK0.490.6100.13
HSL252º66.5%60.2%-
HSV(B)252º61.09%86.67%-
XYZ23.1915.3970.15-
YUV109.46190.95130.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 86 (33.98% from 255) = 20.48%
BLUE value IS 221 (86.72% from 255) = 52.62%
R=26.90%
G=20.48%
B=52.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal113862210.490.6100.1325266.560.2
Hex7156DD313D0Dfc433c
Octal161126335617501537410374
Binary111000110101101101110111000111110101101111111001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7156DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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