Html Css Color HEX #715ED3 Slate Blue

📋 copy color: '#715ED3'

red 113 ◦ green 94 ◦ blue 211

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

Shades of Slate Blue #715ED3

Tints of Slate Blue #715ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.48%

R = 27.03%
G = 22.49%
B = 50.48%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#715ED3 (or 0x715ED3) is known color: Slate Blue. HEX triplet: 71, 5E and D3. RGB value is (113,94,211). Sum of RGB (Red+Green+Blue) = 113+94+211=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 211 (82.81% from 255 or 50.48% from 418); Max value from RGB is 211 - color contains mainly: blue. Hex color #715ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ED3 is #8EA12C. Grayscale: #707070. Windows color (decimal): -9347373 or 13852273. OLE color: 13852273.

HSL color Cylindrical-coordinate representation of color #715ED3: hue angle of 249.74º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #715ED3 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 113 94 211 -
CMYK 0.46 0.55 0 0.17
HSL 249.74º 0.57% 0.6% -
HSV(B) 249.74º 0.55% 0.83% -
XYZ 22.57 16.22 63.57 -
YUV 113.02 183.29 127.99 -
System Red Green Blue C M Y K H S L
Decimal 113 94 211 0.46 0.55 0 0.17 249.74 0.57 0.6
Hex 71 5E D3 2E 37 0 11 FA 39 3C
Octal 161 136 323 56 67 0 21 372 71 74
Binary 1110001 1011110 11010011 101110 110111 0 10001 11111010 111001 111100

Color Harmonies of #715ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715ED3

Black with #715ED3

Text Example


Text Example

White with #715ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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