#715CDD

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

Shades of Slate Blue #715CDD

Tints of Slate Blue #715CDD

Color information

#715CDD (or 0x715CDD) is unknown color: approx Slate Blue. HEX triplet: 71, 5C and DD. RGB value is (113,92,221). Sum of RGB (Red+Green+Blue) = 113+92+221=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #715CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CDD is #8EA322. Grayscale: #707070. Windows color (decimal): -9347875 or 14507121. OLE color: 14507121.

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

Color convert

RGB11392221-
CMYK0.490.5800.13
HSL249.77º65.48%61.37%-
HSV(B)249.77º58.37%86.67%-
XYZ23.6916.3970.32-
YUV112.98188.96128.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.53%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 221 (86.72% from 255) = 51.88%
R=26.53%
G=21.60%
B=51.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal113922210.490.5800.13249.7765.4861.37
Hex715CDD313A0Dfa413d
Octal161134335617201537210175
Binary111000110111001101110111000111101001101111110101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715CDD; }

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

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

<style>
 a { background-color: #715CDD; }

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

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

<style>
 span { border-color: #715CDD; }

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

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