Html Css Color HEX #8051DA Slate Blue

📋 copy color: '#8051DA'

red 128 ◦ green 81 ◦ blue 218

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

Shades of Slate Blue #8051DA

Tints of Slate Blue #8051DA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.97%

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

R = 29.98%
G = 18.97%
B = 51.05%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8051DA (or 0x8051DA) is known color: Slate Blue. HEX triplet: 80, 51 and DA. RGB value is (128,81,218). Sum of RGB (Red+Green+Blue) = 128+81+218=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #8051DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051DA is #7FAE25. Grayscale: #6E6E6E. Windows color (decimal): -8367654 or 14307712. OLE color: 14307712.

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

Color convert

RGB 128 81 218 -
CMYK 0.41 0.63 0 0.15
HSL 260.58º 0.65% 0.59% -
HSV(B) 260.58º 0.63% 0.85% -
XYZ 24.5 15.54 68.04 -
YUV 110.67 188.57 140.36 -
System Red Green Blue C M Y K H S L
Decimal 128 81 218 0.41 0.63 0 0.15 260.58 0.65 0.59
Hex 80 51 DA 29 3F 0 F 105 41 3B
Octal 200 121 332 51 77 0 17 405 101 73
Binary 10000000 1010001 11011010 101001 111111 0 1111 100000101 1000001 111011

Color Harmonies of #8051DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8051DA

Black with #8051DA

Text Example


Text Example

White with #8051DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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