#715FC4

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

Shades of Slate Blue #715FC4

Tints of Slate Blue #715FC4

Color information

#715FC4 (or 0x715FC4) is unknown color: approx Slate Blue. HEX triplet: 71, 5F and C4. RGB value is (113,95,196). Sum of RGB (Red+Green+Blue) = 113+95+196=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #715FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715FC4 is #8EA03B. Grayscale: #6F6F6F. Windows color (decimal): -9347132 or 12869489. OLE color: 12869489.

HSL color Cylindrical-coordinate representation of color #715FC4: hue angle of 250.69º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #715FC4 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11395196-
CMYK0.420.5200.23
HSL250.69º46.12%57.06%-
HSV(B)250.69º51.53%76.86%-
XYZ20.8715.6854.15-
YUV111.9175.46128.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.97%
GREEN value IS 95 (37.5% from 255) = 23.51%
BLUE value IS 196 (76.95% from 255) = 48.51%
R=27.97%
G=23.51%
B=48.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal113951960.420.5200.23250.6946.1257.06
Hex715FC42A34017fb2e39
Octal16113730452640273735671
Binary111000110111111100010010101011010001011111111011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,95,196); }

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

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

 a { background-color: rgb(113,95,196); }

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

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

 span { border-color: rgb(113,95,196); }

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