Html Css Color HEX #715CE0 Slate Blue

📋 copy color: '#715CE0'

red 113 ◦ green 92 ◦ blue 224

#715CE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #715CE0

Tints of Slate Blue #715CE0

RGB

 RED value IS 113 (44.53% from 255) = 26.34%

 GREEN value IS 92 (36.33% from 255) = 21.45%

 BLUE value IS 224 (87.89% from 255) = 52.21%

R = 26.34%
G = 21.45%
B = 52.21%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#715CE0 (or 0x715CE0) is known color: Slate Blue. HEX triplet: 71, 5C and E0. RGB value is (113,92,224). Sum of RGB (Red+Green+Blue) = 113+92+224=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #715CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CE0 is #8EA31F. Grayscale: #707070. Windows color (decimal): -9347872 or 14703729. OLE color: 14703729.

HSL color Cylindrical-coordinate representation of color #715CE0: hue angle of 249.55º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #715CE0 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 92 224 -
CMYK 0.50 0.59 0 0.12
HSL 249.55º 0.68% 0.62% -
HSV(B) 249.55º 0.59% 0.88% -
XYZ 24.09 16.55 72.45 -
YUV 113.33 190.46 127.77 -
System Red Green Blue C M Y K H S L
Decimal 113 92 224 0.50 0.59 0 0.12 249.55 0.68 0.62
Hex 71 5C E0 32 3B 0 C FA 44 3E
Octal 161 134 340 62 73 0 14 372 104 76
Binary 1110001 1011100 11100000 110010 111011 0 1100 11111010 1000100 111110

Color Harmonies of #715CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715CE0

Black with #715CE0

Text Example


Text Example

White with #715CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #715CE0;
 }
 .AnyTagClassName
 {
   color: #715CE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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