Html Css Color HEX #715AD6 Slate Blue

📋 copy color: '#715AD6'

red 113 ◦ green 90 ◦ blue 214

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

Shades of Slate Blue #715AD6

Tints of Slate Blue #715AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.32%

R = 27.1%
G = 21.58%
B = 51.32%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#715AD6 (or 0x715AD6) is known color: Slate Blue. HEX triplet: 71, 5A and D6. RGB value is (113,90,214). Sum of RGB (Red+Green+Blue) = 113+90+214=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #715AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715AD6 is #8EA529. Grayscale: #6E6E6E. Windows color (decimal): -9348394 or 14047857. OLE color: 14047857.

HSL color Cylindrical-coordinate representation of color #715AD6: hue angle of 251.13º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #715AD6 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 90 214 -
CMYK 0.47 0.58 0 0.16
HSL 251.13º 0.6% 0.6% -
HSV(B) 251.13º 0.58% 0.84% -
XYZ 22.6 15.68 65.45 -
YUV 111.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 113 90 214 0.47 0.58 0 0.16 251.13 0.6 0.6
Hex 71 5A D6 2F 3A 0 10 FB 3C 3C
Octal 161 132 326 57 72 0 20 373 74 74
Binary 1110001 1011010 11010110 101111 111010 0 10000 11111011 111100 111100

Color Harmonies of #715AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715AD6

Black with #715AD6

Text Example


Text Example

White with #715AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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