Html Css Color HEX #715AEA Medium Slate Blue

📋 copy color: '#715AEA'

red 113 ◦ green 90 ◦ blue 234

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

Shades of Medium Slate Blue #715AEA

Tints of Medium Slate Blue #715AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.55%

R = 25.86%
G = 20.59%
B = 53.55%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#715AEA (or 0x715AEA) is known color: Medium Slate Blue. HEX triplet: 71, 5A and EA. RGB value is (113,90,234). Sum of RGB (Red+Green+Blue) = 113+90+234=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #715AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715AEA is #8EA515. Grayscale: #707070. Windows color (decimal): -9348374 or 15358577. OLE color: 15358577.

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

Color convert

RGB 113 90 234 -
CMYK 0.52 0.62 0 0.08
HSL 249.58º 0.77% 0.64% -
HSV(B) 249.58º 0.62% 0.92% -
XYZ 25.32 16.76 79.74 -
YUV 113.29 196.12 127.79 -
System Red Green Blue C M Y K H S L
Decimal 113 90 234 0.52 0.62 0 0.08 249.58 0.77 0.64
Hex 71 5A EA 34 3E 0 8 FA 4D 40
Octal 161 132 352 64 76 0 10 372 115 100
Binary 1110001 1011010 11101010 110100 111110 0 1000 11111010 1001101 1000000

Color Harmonies of #715AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715AEA

Black with #715AEA

Text Example


Text Example

White with #715AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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