Html Css Color HEX #7159C9 Slate Blue

📋 copy color: '#7159C9'

red 113 ◦ green 89 ◦ blue 201

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

Shades of Slate Blue #7159C9

Tints of Slate Blue #7159C9

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.08%

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

R = 28.04%
G = 22.08%
B = 49.88%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7159C9 (or 0x7159C9) is known color: Slate Blue. HEX triplet: 71, 59 and C9. RGB value is (113,89,201). Sum of RGB (Red+Green+Blue) = 113+89+201=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #7159C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7159C9 is #8EA636. Grayscale: #6C6C6C. Windows color (decimal): -9348663 or 13195633. OLE color: 13195633.

HSL color Cylindrical-coordinate representation of color #7159C9: hue angle of 252.86º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7159C9 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 89 201 -
CMYK 0.44 0.56 0 0.21
HSL 252.86º 0.51% 0.57% -
HSV(B) 252.86º 0.56% 0.79% -
XYZ 20.93 14.87 57.03 -
YUV 108.94 179.95 130.89 -
System Red Green Blue C M Y K H S L
Decimal 113 89 201 0.44 0.56 0 0.21 252.86 0.51 0.57
Hex 71 59 C9 2C 38 0 15 FD 33 39
Octal 161 131 311 54 70 0 25 375 63 71
Binary 1110001 1011001 11001001 101100 111000 0 10101 11111101 110011 111001

Color Harmonies of #7159C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7159C9

Black with #7159C9

Text Example


Text Example

White with #7159C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7159C9; }

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

 H1.HeaderClassName
 {
   color: #7159C9;
 }
 .AnyTagClassName
 {
   color: #7159C9;
 }
</style>

background-color css

<style>
 a { background-color: #7159C9; }

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

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

border-color css

<style>
 span { border-color: #7159C9; }

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

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