Html Css Color HEX #715AEC Medium Slate Blue

📋 copy color: '#715AEC'

red 113 ◦ green 90 ◦ blue 236

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

Shades of Medium Slate Blue #715AEC

Tints of Medium Slate Blue #715AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.5%

 BLUE value IS 236 (92.58% from 255) = 53.76%

R = 25.74%
G = 20.5%
B = 53.76%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#715AEC (or 0x715AEC) is known color: Medium Slate Blue. HEX triplet: 71, 5A and EC. RGB value is (113,90,236). Sum of RGB (Red+Green+Blue) = 113+90+236=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #715AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715AEC is #8EA513. Grayscale: #707070. Windows color (decimal): -9348372 or 15489649. OLE color: 15489649.

HSL color Cylindrical-coordinate representation of color #715AEC: hue angle of 249.45º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #715AEC is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 90 236 -
CMYK 0.52 0.62 0 0.07
HSL 249.45º 0.79% 0.64% -
HSV(B) 249.45º 0.62% 0.93% -
XYZ 25.61 16.88 81.27 -
YUV 113.52 197.12 127.63 -
System Red Green Blue C M Y K H S L
Decimal 113 90 236 0.52 0.62 0 0.07 249.45 0.79 0.64
Hex 71 5A EC 34 3E 0 7 F9 4F 40
Octal 161 132 354 64 76 0 7 371 117 100
Binary 1110001 1011010 11101100 110100 111110 0 111 11111001 1001111 1000000

Color Harmonies of #715AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715AEC

Black with #715AEC

Text Example


Text Example

White with #715AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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