Html Css Color HEX #7159DC Slate Blue

📋 copy color: '#7159DC'

red 113 ◦ green 89 ◦ blue 220

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

Shades of Slate Blue #7159DC

Tints of Slate Blue #7159DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 26.78%
G = 21.09%
B = 52.13%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7159DC (or 0x7159DC) is known color: Slate Blue. HEX triplet: 71, 59 and DC. RGB value is (113,89,220). Sum of RGB (Red+Green+Blue) = 113+89+220=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #7159DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7159DC is #8EA623. Grayscale: #6E6E6E. Windows color (decimal): -9348644 or 14440817. OLE color: 14440817.

HSL color Cylindrical-coordinate representation of color #7159DC: hue angle of 250.99º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7159DC is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 89 220 -
CMYK 0.49 0.60 0 0.14
HSL 250.99º 0.65% 0.61% -
HSV(B) 250.99º 0.6% 0.86% -
XYZ 23.3 15.82 69.54 -
YUV 111.11 189.45 129.35 -
System Red Green Blue C M Y K H S L
Decimal 113 89 220 0.49 0.60 0 0.14 250.99 0.65 0.61
Hex 71 59 DC 31 3C 0 E FB 41 3D
Octal 161 131 334 61 74 0 16 373 101 75
Binary 1110001 1011001 11011100 110001 111100 0 1110 11111011 1000001 111101

Color Harmonies of #7159DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7159DC

Black with #7159DC

Text Example


Text Example

White with #7159DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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