Html Css Color HEX #715BCE Slate Blue

📋 copy color: '#715BCE'

red 113 ◦ green 91 ◦ blue 206

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

Shades of Slate Blue #715BCE

Tints of Slate Blue #715BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 27.56%
G = 22.2%
B = 50.24%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#715BCE (or 0x715BCE) is known color: Slate Blue. HEX triplet: 71, 5B and CE. RGB value is (113,91,206). Sum of RGB (Red+Green+Blue) = 113+91+206=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #715BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BCE is #8EA431. Grayscale: #6E6E6E. Windows color (decimal): -9348146 or 13523825. OLE color: 13523825.

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

Color convert

RGB 113 91 206 -
CMYK 0.45 0.56 0 0.19
HSL 251.48º 0.54% 0.58% -
HSV(B) 251.48º 0.56% 0.81% -
XYZ 21.69 15.45 60.23 -
YUV 110.69 181.79 129.65 -
System Red Green Blue C M Y K H S L
Decimal 113 91 206 0.45 0.56 0 0.19 251.48 0.54 0.58
Hex 71 5B CE 2D 38 0 13 FB 36 3A
Octal 161 133 316 55 70 0 23 373 66 72
Binary 1110001 1011011 11001110 101101 111000 0 10011 11111011 110110 111010

Color Harmonies of #715BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715BCE

Black with #715BCE

Text Example


Text Example

White with #715BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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