Html Css Color HEX #8050DB Slate Blue

📋 copy color: '#8050DB'

red 128 ◦ green 80 ◦ blue 219

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

Shades of Slate Blue #8050DB

Tints of Slate Blue #8050DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.74%

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

R = 29.98%
G = 18.74%
B = 51.29%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8050DB (or 0x8050DB) is known color: Slate Blue. HEX triplet: 80, 50 and DB. RGB value is (128,80,219). Sum of RGB (Red+Green+Blue) = 128+80+219=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #8050DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8050DB is #7FAF24. Grayscale: #6D6D6D. Windows color (decimal): -8367909 or 14372992. OLE color: 14372992.

HSL color Cylindrical-coordinate representation of color #8050DB: hue angle of 260.72º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8050DB is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 80 219 -
CMYK 0.42 0.63 0 0.14
HSL 260.72º 0.66% 0.59% -
HSV(B) 260.72º 0.63% 0.86% -
XYZ 24.56 15.44 68.7 -
YUV 110.2 189.4 140.7 -
System Red Green Blue C M Y K H S L
Decimal 128 80 219 0.42 0.63 0 0.14 260.72 0.66 0.59
Hex 80 50 DB 2A 3F 0 E 105 42 3B
Octal 200 120 333 52 77 0 16 405 102 73
Binary 10000000 1010000 11011011 101010 111111 0 1110 100000101 1000010 111011

Color Harmonies of #8050DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8050DB

Black with #8050DB

Text Example


Text Example

White with #8050DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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