#715CDE

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

Shades of Slate Blue #715CDE

Tints of Slate Blue #715CDE

Color information

#715CDE (or 0x715CDE) is unknown color: approx Slate Blue. HEX triplet: 71, 5C and DE. RGB value is (113,92,222). Sum of RGB (Red+Green+Blue) = 113+92+222=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #715CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CDE is #8EA321. Grayscale: #707070. Windows color (decimal): -9347874 or 14572657. OLE color: 14572657.

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

Color convert

RGB11392222-
CMYK0.490.5900.13
HSL249.69º66.33%61.57%-
HSV(B)249.69º58.56%87.06%-
XYZ23.8216.4471.02-
YUV113.1189.46127.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.46%
GREEN value IS 92 (36.33% from 255) = 21.55%
BLUE value IS 222 (87.11% from 255) = 51.99%
R=26.46%
G=21.55%
B=51.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal113922220.490.5900.13249.6966.3361.57
Hex715CDE313B0Dfa423e
Octal161134336617301537210276
Binary111000110111001101111011000111101101101111110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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