Html Css Color HEX #7059DB Slate Blue

📋 copy color: '#7059DB'

red 112 ◦ green 89 ◦ blue 219

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

Shades of Slate Blue #7059DB

Tints of Slate Blue #7059DB

RGB

 RED value IS 112 (44.14% from 255) = 26.67%

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

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

R = 26.67%
G = 21.19%
B = 52.14%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7059DB (or 0x7059DB) is known color: Slate Blue. HEX triplet: 70, 59 and DB. RGB value is (112,89,219). Sum of RGB (Red+Green+Blue) = 112+89+219=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #7059DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7059DB is #8FA624. Grayscale: #6E6E6E. Windows color (decimal): -9414181 or 14375280. OLE color: 14375280.

HSL color Cylindrical-coordinate representation of color #7059DB: hue angle of 250.62º 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 #7059DB is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 89 219 -
CMYK 0.49 0.59 0 0.14
HSL 250.62º 0.64% 0.6% -
HSV(B) 250.62º 0.59% 0.86% -
XYZ 23.04 15.7 68.83 -
YUV 110.7 189.12 128.93 -
System Red Green Blue C M Y K H S L
Decimal 112 89 219 0.49 0.59 0 0.14 250.62 0.64 0.6
Hex 70 59 DB 31 3B 0 E FB 40 3C
Octal 160 131 333 61 73 0 16 373 100 74
Binary 1110000 1011001 11011011 110001 111011 0 1110 11111011 1000000 111100

Color Harmonies of #7059DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7059DB

Black with #7059DB

Text Example


Text Example

White with #7059DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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