#715CCD

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

Shades of Slate Blue #715CCD

Tints of Slate Blue #715CCD

Color information

#715CCD (or 0x715CCD) is unknown color: approx Slate Blue. HEX triplet: 71, 5C and CD. RGB value is (113,92,205). Sum of RGB (Red+Green+Blue) = 113+92+205=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #715CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CCD is #8EA332. Grayscale: #6E6E6E. Windows color (decimal): -9347891 or 13458545. OLE color: 13458545.

HSL color Cylindrical-coordinate representation of color #715CCD: hue angle of 251.15º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #715CCD is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11392205-
CMYK0.450.5500.20
HSL251.15º53.05%58.24%-
HSV(B)251.15º55.12%80.39%-
XYZ21.6615.5759.62-
YUV111.16180.96129.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.56%
GREEN value IS 92 (36.33% from 255) = 22.44%
BLUE value IS 205 (80.47% from 255) = 50%
R=27.56%
G=22.44%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal113922050.450.5500.20251.1553.0558.24
Hex715CCD2D37014fb353a
Octal16113431555670243736572
Binary111000110111001100110110110111011101010011111011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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