Html Css Color HEX #715EC9 Slate Blue

📋 copy color: '#715EC9'

red 113 ◦ green 94 ◦ blue 201

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

Shades of Slate Blue #715EC9

Tints of Slate Blue #715EC9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.04%

 BLUE value IS 201 (78.91% from 255) = 49.26%

R = 27.7%
G = 23.04%
B = 49.26%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#715EC9 (or 0x715EC9) is known color: Slate Blue. HEX triplet: 71, 5E and C9. RGB value is (113,94,201). Sum of RGB (Red+Green+Blue) = 113+94+201=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #715EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715EC9 is #8EA136. Grayscale: #6F6F6F. Windows color (decimal): -9347383 or 13196913. OLE color: 13196913.

HSL color Cylindrical-coordinate representation of color #715EC9: hue angle of 250.65º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #715EC9 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 94 201 -
CMYK 0.44 0.53 0 0.21
HSL 250.65º 0.5% 0.58% -
HSV(B) 250.65º 0.53% 0.79% -
XYZ 21.36 15.73 57.17 -
YUV 111.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 113 94 201 0.44 0.53 0 0.21 250.65 0.5 0.58
Hex 71 5E C9 2C 35 0 15 FB 32 3A
Octal 161 136 311 54 65 0 25 373 62 72
Binary 1110001 1011110 11001001 101100 110101 0 10101 11111011 110010 111010

Color Harmonies of #715EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715EC9

Black with #715EC9

Text Example


Text Example

White with #715EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,94,201); }

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

background-color css

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

 a { background-color: rgb(113,94,201); }

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

border-color css

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

 span { border-color: rgb(113,94,201); }

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