Html Css Color HEX #7056DB Slate Blue

📋 copy color: '#7056DB'

red 112 ◦ green 86 ◦ blue 219

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

Shades of Slate Blue #7056DB

Tints of Slate Blue #7056DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.62%

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

R = 26.86%
G = 20.62%
B = 52.52%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7056DB (or 0x7056DB) is known color: Slate Blue. HEX triplet: 70, 56 and DB. RGB value is (112,86,219). Sum of RGB (Red+Green+Blue) = 112+86+219=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #7056DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7056DB is #8FA924. Grayscale: #6C6C6C. Windows color (decimal): -9414949 or 14374512. OLE color: 14374512.

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

Color convert

RGB 112 86 219 -
CMYK 0.49 0.61 0 0.14
HSL 251.73º 0.65% 0.6% -
HSV(B) 251.73º 0.61% 0.86% -
XYZ 22.8 15.21 68.75 -
YUV 108.94 190.11 130.19 -
System Red Green Blue C M Y K H S L
Decimal 112 86 219 0.49 0.61 0 0.14 251.73 0.65 0.6
Hex 70 56 DB 31 3D 0 E FC 41 3C
Octal 160 126 333 61 75 0 16 374 101 74
Binary 1110000 1010110 11011011 110001 111101 0 1110 11111100 1000001 111100

Color Harmonies of #7056DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7056DB

Black with #7056DB

Text Example


Text Example

White with #7056DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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