Html Css Color HEX #715BD6 Slate Blue

📋 copy color: '#715BD6'

red 113 ◦ green 91 ◦ blue 214

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

Shades of Slate Blue #715BD6

Tints of Slate Blue #715BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.2%

R = 27.03%
G = 21.77%
B = 51.2%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#715BD6 (or 0x715BD6) is known color: Slate Blue. HEX triplet: 71, 5B and D6. RGB value is (113,91,214). Sum of RGB (Red+Green+Blue) = 113+91+214=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #715BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BD6 is #8EA429. Grayscale: #6F6F6F. Windows color (decimal): -9348138 or 14048113. OLE color: 14048113.

HSL color Cylindrical-coordinate representation of color #715BD6: hue angle of 250.73º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #715BD6 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 91 214 -
CMYK 0.47 0.57 0 0.16
HSL 250.73º 0.6% 0.6% -
HSV(B) 250.73º 0.57% 0.84% -
XYZ 22.69 15.85 65.48 -
YUV 111.6 185.79 129 -
System Red Green Blue C M Y K H S L
Decimal 113 91 214 0.47 0.57 0 0.16 250.73 0.6 0.6
Hex 71 5B D6 2F 39 0 10 FB 3C 3C
Octal 161 133 326 57 71 0 20 373 74 74
Binary 1110001 1011011 11010110 101111 111001 0 10000 11111011 111100 111100

Color Harmonies of #715BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715BD6

Black with #715BD6

Text Example


Text Example

White with #715BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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