Html Css Color HEX #7159DB Slate Blue

📋 copy color: '#7159DB'

red 113 ◦ green 89 ◦ blue 219

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

Shades of Slate Blue #7159DB

Tints of Slate Blue #7159DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.02%

R = 26.84%
G = 21.14%
B = 52.02%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7159DB (or 0x7159DB) is known color: Slate Blue. HEX triplet: 71, 59 and DB. RGB value is (113,89,219). Sum of RGB (Red+Green+Blue) = 113+89+219=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #7159DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7159DB is #8EA624. Grayscale: #6E6E6E. Windows color (decimal): -9348645 or 14375281. OLE color: 14375281.

HSL color Cylindrical-coordinate representation of color #7159DB: hue angle of 251.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7159DB is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 89 219 -
CMYK 0.48 0.59 0 0.14
HSL 251.08º 0.64% 0.6% -
HSV(B) 251.08º 0.59% 0.86% -
XYZ 23.17 15.77 68.84 -
YUV 111 188.95 129.43 -
System Red Green Blue C M Y K H S L
Decimal 113 89 219 0.48 0.59 0 0.14 251.08 0.64 0.6
Hex 71 59 DB 30 3B 0 E FB 40 3C
Octal 161 131 333 60 73 0 16 373 100 74
Binary 1110001 1011001 11011011 110000 111011 0 1110 11111011 1000000 111100

Color Harmonies of #7159DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7159DB

Black with #7159DB

Text Example


Text Example

White with #7159DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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