Html Css Color HEX #715EC1 Slate Blue

📋 copy color: '#715EC1'

red 113 ◦ green 94 ◦ blue 193

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

Shades of Slate Blue #715EC1

Tints of Slate Blue #715EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.25%

R = 28.25%
G = 23.5%
B = 48.25%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#715EC1 (or 0x715EC1) is known color: Slate Blue. HEX triplet: 71, 5E and C1. RGB value is (113,94,193). Sum of RGB (Red+Green+Blue) = 113+94+193=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #715EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715EC1 is #8EA13E. Grayscale: #6E6E6E. Windows color (decimal): -9347391 or 12672625. OLE color: 12672625.

HSL color Cylindrical-coordinate representation of color #715EC1: hue angle of 251.52º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #715EC1 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 94 193 -
CMYK 0.41 0.51 0 0.24
HSL 251.52º 0.44% 0.56% -
HSV(B) 251.52º 0.51% 0.76% -
XYZ 20.44 15.37 52.34 -
YUV 110.97 174.29 129.45 -
System Red Green Blue C M Y K H S L
Decimal 113 94 193 0.41 0.51 0 0.24 251.52 0.44 0.56
Hex 71 5E C1 29 33 0 18 FC 2C 38
Octal 161 136 301 51 63 0 30 374 54 70
Binary 1110001 1011110 11000001 101001 110011 0 11000 11111100 101100 111000

Color Harmonies of #715EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715EC1

Black with #715EC1

Text Example


Text Example

White with #715EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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