Html Css Color HEX #715BCD Slate Blue

📋 copy color: '#715BCD'

red 113 ◦ green 91 ◦ blue 205

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

Shades of Slate Blue #715BCD

Tints of Slate Blue #715BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.25%

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 27.63%
G = 22.25%
B = 50.12%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#715BCD (or 0x715BCD) is known color: Slate Blue. HEX triplet: 71, 5B and CD. RGB value is (113,91,205). Sum of RGB (Red+Green+Blue) = 113+91+205=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #715BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BCD is #8EA432. Grayscale: #6E6E6E. Windows color (decimal): -9348147 or 13458289. OLE color: 13458289.

HSL color Cylindrical-coordinate representation of color #715BCD: hue angle of 251.58º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #715BCD is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 91 205 -
CMYK 0.45 0.56 0 0.20
HSL 251.58º 0.53% 0.58% -
HSV(B) 251.58º 0.56% 0.8% -
XYZ 21.57 15.4 59.59 -
YUV 110.57 181.29 129.73 -
System Red Green Blue C M Y K H S L
Decimal 113 91 205 0.45 0.56 0 0.20 251.58 0.53 0.58
Hex 71 5B CD 2D 38 0 14 FC 35 3A
Octal 161 133 315 55 70 0 24 374 65 72
Binary 1110001 1011011 11001101 101101 111000 0 10100 11111100 110101 111010

Color Harmonies of #715BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715BCD

Black with #715BCD

Text Example


Text Example

White with #715BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,91,205); }

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

background-color css

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

 a { background-color: rgb(113,91,205); }

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

border-color css

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

 span { border-color: rgb(113,91,205); }

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