Html Css Color HEX #8057DA Slate Blue

📋 copy color: '#8057DA'

red 128 ◦ green 87 ◦ blue 218

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

Shades of Slate Blue #8057DA

Tints of Slate Blue #8057DA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.09%

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

R = 29.56%
G = 20.09%
B = 50.35%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8057DA (or 0x8057DA) is known color: Slate Blue. HEX triplet: 80, 57 and DA. RGB value is (128,87,218). Sum of RGB (Red+Green+Blue) = 128+87+218=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #8057DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8057DA is #7FA825. Grayscale: #717171. Windows color (decimal): -8366118 or 14309248. OLE color: 14309248.

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

Color convert

RGB 128 87 218 -
CMYK 0.41 0.60 0 0.15
HSL 258.78º 0.64% 0.6% -
HSV(B) 258.78º 0.6% 0.85% -
XYZ 24.97 16.47 68.19 -
YUV 114.19 186.58 137.85 -
System Red Green Blue C M Y K H S L
Decimal 128 87 218 0.41 0.60 0 0.15 258.78 0.64 0.6
Hex 80 57 DA 29 3C 0 F 103 40 3C
Octal 200 127 332 51 74 0 17 403 100 74
Binary 10000000 1010111 11011010 101001 111100 0 1111 100000011 1000000 111100

Color Harmonies of #8057DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8057DA

Black with #8057DA

Text Example


Text Example

White with #8057DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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