#715CC1

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

Shades of Slate Blue #715CC1

Tints of Slate Blue #715CC1

Color information

#715CC1 (or 0x715CC1) is unknown color: approx Slate Blue. HEX triplet: 71, 5C and C1. RGB value is (113,92,193). Sum of RGB (Red+Green+Blue) = 113+92+193=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #715CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CC1 is #8EA33E. Grayscale: #6D6D6D. Windows color (decimal): -9347903 or 12672113. OLE color: 12672113.

HSL color Cylindrical-coordinate representation of color #715CC1: hue angle of 252.48º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #715CC1 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11392193-
CMYK0.410.5200.24
HSL252.48º44.89%55.88%-
HSV(B)252.48º52.33%75.69%-
XYZ20.2615.0252.28-
YUV109.79174.96130.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.39%
GREEN value IS 92 (36.33% from 255) = 23.12%
BLUE value IS 193 (75.78% from 255) = 48.49%
R=28.39%
G=23.12%
B=48.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113921930.410.5200.24252.4844.8955.88
Hex715CC12934018fc2d38
Octal16113430151640303745570
Binary111000110111001100000110100111010001100011111100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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