Html Css Color HEX #715FC9 Slate Blue

📋 copy color: '#715FC9'

red 113 ◦ green 95 ◦ blue 201

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

Shades of Slate Blue #715FC9

Tints of Slate Blue #715FC9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.23%

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

R = 27.63%
G = 23.23%
B = 49.14%

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

#715FC9 (or 0x715FC9) is known color: Slate Blue. HEX triplet: 71, 5F and C9. RGB value is (113,95,201). Sum of RGB (Red+Green+Blue) = 113+95+201=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #715FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715FC9 is #8EA036. Grayscale: #707070. Windows color (decimal): -9347127 or 13197169. OLE color: 13197169.

HSL color Cylindrical-coordinate representation of color #715FC9: hue angle of 250.19º 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 #715FC9 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 95 201 -
CMYK 0.44 0.53 0 0.21
HSL 250.19º 0.5% 0.58% -
HSV(B) 250.19º 0.53% 0.79% -
XYZ 21.44 15.91 57.2 -
YUV 112.47 177.96 128.38 -
System Red Green Blue C M Y K H S L
Decimal 113 95 201 0.44 0.53 0 0.21 250.19 0.5 0.58
Hex 71 5F C9 2C 35 0 15 FA 32 3A
Octal 161 137 311 54 65 0 25 372 62 72
Binary 1110001 1011111 11001001 101100 110101 0 10101 11111010 110010 111010

Color Harmonies of #715FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715FC9

Black with #715FC9

Text Example


Text Example

White with #715FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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