Html Css Color HEX #715DD9 Slate Blue

📋 copy color: '#715DD9'

red 113 ◦ green 93 ◦ blue 217

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

Shades of Slate Blue #715DD9

Tints of Slate Blue #715DD9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.99%

 BLUE value IS 217 (85.16% from 255) = 51.3%

R = 26.71%
G = 21.99%
B = 51.3%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#715DD9 (or 0x715DD9) is known color: Slate Blue. HEX triplet: 71, 5D and D9. RGB value is (113,93,217). Sum of RGB (Red+Green+Blue) = 113+93+217=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 217 (85.16% from 255 or 51.30% from 423); Max value from RGB is 217 - color contains mainly: blue. Hex color #715DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DD9 is #8EA226. Grayscale: #707070. Windows color (decimal): -9347623 or 14245233. OLE color: 14245233.

HSL color Cylindrical-coordinate representation of color #715DD9: hue angle of 249.68º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #715DD9 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 93 217 -
CMYK 0.48 0.57 0 0.15
HSL 249.68º 0.62% 0.61% -
HSV(B) 249.68º 0.57% 0.85% -
XYZ 23.25 16.35 67.58 -
YUV 113.12 186.63 127.92 -
System Red Green Blue C M Y K H S L
Decimal 113 93 217 0.48 0.57 0 0.15 249.68 0.62 0.61
Hex 71 5D D9 30 39 0 F FA 3E 3D
Octal 161 135 331 60 71 0 17 372 76 75
Binary 1110001 1011101 11011001 110000 111001 0 1111 11111010 111110 111101

Color Harmonies of #715DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715DD9

Black with #715DD9

Text Example


Text Example

White with #715DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,93,217); }

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

background-color css

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

 a { background-color: rgb(113,93,217); }

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

border-color css

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

 span { border-color: rgb(113,93,217); }

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