#715ACA

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

Shades of Slate Blue #715ACA

Tints of Slate Blue #715ACA

Color information

#715ACA (or 0x715ACA) is unknown color: approx Slate Blue. HEX triplet: 71, 5A and CA. RGB value is (113,90,202). Sum of RGB (Red+Green+Blue) = 113+90+202=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #715ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ACA is #8EA535. Grayscale: #6D6D6D. Windows color (decimal): -9348406 or 13261425. OLE color: 13261425.

HSL color Cylindrical-coordinate representation of color #715ACA: hue angle of 252.32º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #715ACA is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11390202-
CMYK0.440.5500.21
HSL252.32º51.38%57.25%-
HSV(B)252.32º55.45%79.22%-
XYZ21.1315.0957.68-
YUV109.64180.12130.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.90%
GREEN value IS 90 (35.55% from 255) = 22.22%
BLUE value IS 202 (79.30% from 255) = 49.88%
R=27.90%
G=22.22%
B=49.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113902020.440.5500.21252.3251.3857.25
Hex715ACA2C37015fc3339
Octal16113231254670253746371
Binary111000110110101100101010110011011101010111111100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,90,202); }

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

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

 a { background-color: rgb(113,90,202); }

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

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

 span { border-color: rgb(113,90,202); }

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