Html Css Color HEX #8056DA Slate Blue

📋 copy color: '#8056DA'

red 128 ◦ green 86 ◦ blue 218

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

Shades of Slate Blue #8056DA

Tints of Slate Blue #8056DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 29.63%
G = 19.91%
B = 50.46%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8056DA (or 0x8056DA) is known color: Slate Blue. HEX triplet: 80, 56 and DA. RGB value is (128,86,218). Sum of RGB (Red+Green+Blue) = 128+86+218=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #8056DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8056DA is #7FA925. Grayscale: #717171. Windows color (decimal): -8366374 or 14308992. OLE color: 14308992.

HSL color Cylindrical-coordinate representation of color #8056DA: hue angle of 259.09º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8056DA is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 86 218 -
CMYK 0.41 0.61 0 0.15
HSL 259.09º 0.64% 0.6% -
HSV(B) 259.09º 0.61% 0.85% -
XYZ 24.88 16.31 68.17 -
YUV 113.61 186.91 138.27 -
System Red Green Blue C M Y K H S L
Decimal 128 86 218 0.41 0.61 0 0.15 259.09 0.64 0.6
Hex 80 56 DA 29 3D 0 F 103 40 3C
Octal 200 126 332 51 75 0 17 403 100 74
Binary 10000000 1010110 11011010 101001 111101 0 1111 100000011 1000000 111100

Color Harmonies of #8056DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8056DA

Black with #8056DA

Text Example


Text Example

White with #8056DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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