Html Css Color HEX #8053DB Slate Blue

📋 copy color: '#8053DB'

red 128 ◦ green 83 ◦ blue 219

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

Shades of Slate Blue #8053DB

Tints of Slate Blue #8053DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.3%

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

R = 29.77%
G = 19.3%
B = 50.93%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8053DB (or 0x8053DB) is known color: Slate Blue. HEX triplet: 80, 53 and DB. RGB value is (128,83,219). Sum of RGB (Red+Green+Blue) = 128+83+219=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #8053DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8053DB is #7FAC24. Grayscale: #6F6F6F. Windows color (decimal): -8367141 or 14373760. OLE color: 14373760.

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

Color convert

RGB 128 83 219 -
CMYK 0.42 0.62 0 0.14
HSL 259.85º 0.65% 0.59% -
HSV(B) 259.85º 0.62% 0.86% -
XYZ 24.78 15.89 68.78 -
YUV 111.96 188.41 139.44 -
System Red Green Blue C M Y K H S L
Decimal 128 83 219 0.42 0.62 0 0.14 259.85 0.65 0.59
Hex 80 53 DB 2A 3E 0 E 104 41 3B
Octal 200 123 333 52 76 0 16 404 101 73
Binary 10000000 1010011 11011011 101010 111110 0 1110 100000100 1000001 111011

Color Harmonies of #8053DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8053DB

Black with #8053DB

Text Example


Text Example

White with #8053DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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