Html Css Color HEX #715ECE Slate Blue

📋 copy color: '#715ECE'

red 113 ◦ green 94 ◦ blue 206

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

Shades of Slate Blue #715ECE

Tints of Slate Blue #715ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.76%

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 27.36%
G = 22.76%
B = 49.88%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#715ECE (or 0x715ECE) is known color: Slate Blue. HEX triplet: 71, 5E and CE. RGB value is (113,94,206). Sum of RGB (Red+Green+Blue) = 113+94+206=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #715ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ECE is #8EA131. Grayscale: #707070. Windows color (decimal): -9347378 or 13524593. OLE color: 13524593.

HSL color Cylindrical-coordinate representation of color #715ECE: hue angle of 250.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #715ECE is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 94 206 -
CMYK 0.45 0.54 0 0.19
HSL 250.18º 0.53% 0.59% -
HSV(B) 250.18º 0.54% 0.81% -
XYZ 21.95 15.97 60.32 -
YUV 112.45 180.79 128.39 -
System Red Green Blue C M Y K H S L
Decimal 113 94 206 0.45 0.54 0 0.19 250.18 0.53 0.59
Hex 71 5E CE 2D 36 0 13 FA 35 3B
Octal 161 136 316 55 66 0 23 372 65 73
Binary 1110001 1011110 11001110 101101 110110 0 10011 11111010 110101 111011

Color Harmonies of #715ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715ECE

Black with #715ECE

Text Example


Text Example

White with #715ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,94,206); }

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

background-color css

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

 a { background-color: rgb(113,94,206); }

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

border-color css

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

 span { border-color: rgb(113,94,206); }

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