Html Css Color HEX #7159CE Slate Blue

📋 copy color: '#7159CE'

red 113 ◦ green 89 ◦ blue 206

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

Shades of Slate Blue #7159CE

Tints of Slate Blue #7159CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 27.7%
G = 21.81%
B = 50.49%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7159CE (or 0x7159CE) is known color: Slate Blue. HEX triplet: 71, 59 and CE. RGB value is (113,89,206). Sum of RGB (Red+Green+Blue) = 113+89+206=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #7159CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7159CE is #8EA631. Grayscale: #6D6D6D. Windows color (decimal): -9348658 or 13523313. OLE color: 13523313.

HSL color Cylindrical-coordinate representation of color #7159CE: hue angle of 252.31º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7159CE is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 89 206 -
CMYK 0.45 0.57 0 0.19
HSL 252.31º 0.54% 0.58% -
HSV(B) 252.31º 0.57% 0.81% -
XYZ 21.52 15.11 60.17 -
YUV 109.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 113 89 206 0.45 0.57 0 0.19 252.31 0.54 0.58
Hex 71 59 CE 2D 39 0 13 FC 36 3A
Octal 161 131 316 55 71 0 23 374 66 72
Binary 1110001 1011001 11001110 101101 111001 0 10011 11111100 110110 111010

Color Harmonies of #7159CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7159CE

Black with #7159CE

Text Example


Text Example

White with #7159CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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