Html Css Color HEX #8056DB Slate Blue

📋 copy color: '#8056DB'

red 128 ◦ green 86 ◦ blue 219

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

Shades of Slate Blue #8056DB

Tints of Slate Blue #8056DB

RGB

 RED value IS 128 (50.39% from 255) = 29.56%

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

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

R = 29.56%
G = 19.86%
B = 50.58%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8056DB (or 0x8056DB) is known color: Slate Blue. HEX triplet: 80, 56 and DB. RGB value is (128,86,219). Sum of RGB (Red+Green+Blue) = 128+86+219=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #8056DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8056DB is #7FA924. Grayscale: #717171. Windows color (decimal): -8366373 or 14374528. OLE color: 14374528.

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

Color convert

RGB 128 86 219 -
CMYK 0.42 0.61 0 0.14
HSL 258.95º 0.65% 0.6% -
HSV(B) 258.95º 0.61% 0.86% -
XYZ 25.02 16.36 68.86 -
YUV 113.72 187.41 138.19 -
System Red Green Blue C M Y K H S L
Decimal 128 86 219 0.42 0.61 0 0.14 258.95 0.65 0.6
Hex 80 56 DB 2A 3D 0 E 103 41 3C
Octal 200 126 333 52 75 0 16 403 101 74
Binary 10000000 1010110 11011011 101010 111101 0 1110 100000011 1000001 111100

Color Harmonies of #8056DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8056DB

Black with #8056DB

Text Example


Text Example

White with #8056DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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