Html Css Color HEX #715DC7 Slate Blue

📋 copy color: '#715DC7'

red 113 ◦ green 93 ◦ blue 199

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

Shades of Slate Blue #715DC7

Tints of Slate Blue #715DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 49.14%

R = 27.9%
G = 22.96%
B = 49.14%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#715DC7 (or 0x715DC7) is known color: Slate Blue. HEX triplet: 71, 5D and C7. RGB value is (113,93,199). Sum of RGB (Red+Green+Blue) = 113+93+199=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 199 (78.12% from 255 or 49.14% from 405); Max value from RGB is 199 - color contains mainly: blue. Hex color #715DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DC7 is #8EA238. Grayscale: #6E6E6E. Windows color (decimal): -9347641 or 13065585. OLE color: 13065585.

HSL color Cylindrical-coordinate representation of color #715DC7: hue angle of 251.32º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #715DC7 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 93 199 -
CMYK 0.43 0.53 0 0.22
HSL 251.32º 0.49% 0.57% -
HSV(B) 251.32º 0.53% 0.78% -
XYZ 21.03 15.46 55.91 -
YUV 111.06 177.63 129.38 -
System Red Green Blue C M Y K H S L
Decimal 113 93 199 0.43 0.53 0 0.22 251.32 0.49 0.57
Hex 71 5D C7 2B 35 0 16 FB 31 39
Octal 161 135 307 53 65 0 26 373 61 71
Binary 1110001 1011101 11000111 101011 110101 0 10110 11111011 110001 111001

Color Harmonies of #715DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715DC7

Black with #715DC7

Text Example


Text Example

White with #715DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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