Html Css Color HEX #715DC9 Slate Blue

📋 copy color: '#715DC9'

red 113 ◦ green 93 ◦ blue 201

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

Shades of Slate Blue #715DC9

Tints of Slate Blue #715DC9

RGB

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

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

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

R = 27.76%
G = 22.85%
B = 49.39%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#715DC9 (or 0x715DC9) is known color: Slate Blue. HEX triplet: 71, 5D and C9. RGB value is (113,93,201). Sum of RGB (Red+Green+Blue) = 113+93+201=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #715DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DC9 is #8EA236. Grayscale: #6E6E6E. Windows color (decimal): -9347639 or 13196657. OLE color: 13196657.

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

Color convert

RGB 113 93 201 -
CMYK 0.44 0.54 0 0.21
HSL 251.11º 0.5% 0.58% -
HSV(B) 251.11º 0.54% 0.79% -
XYZ 21.27 15.56 57.14 -
YUV 111.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 113 93 201 0.44 0.54 0 0.21 251.11 0.5 0.58
Hex 71 5D C9 2C 36 0 15 FB 32 3A
Octal 161 135 311 54 66 0 25 373 62 72
Binary 1110001 1011101 11001001 101100 110110 0 10101 11111011 110010 111010

Color Harmonies of #715DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715DC9

Black with #715DC9

Text Example


Text Example

White with #715DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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