Html Css Color HEX #8052DB Slate Blue

📋 copy color: '#8052DB'

red 128 ◦ green 82 ◦ blue 219

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

Shades of Slate Blue #8052DB

Tints of Slate Blue #8052DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.11%

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

R = 29.84%
G = 19.11%
B = 51.05%

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

#8052DB (or 0x8052DB) is known color: Slate Blue. HEX triplet: 80, 52 and DB. RGB value is (128,82,219). Sum of RGB (Red+Green+Blue) = 128+82+219=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #8052DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8052DB is #7FAD24. Grayscale: #6E6E6E. Windows color (decimal): -8367397 or 14373504. OLE color: 14373504.

HSL color Cylindrical-coordinate representation of color #8052DB: hue angle of 260.15º 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 #8052DB is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 82 219 -
CMYK 0.42 0.63 0 0.14
HSL 260.15º 0.66% 0.59% -
HSV(B) 260.15º 0.63% 0.86% -
XYZ 24.71 15.74 68.75 -
YUV 111.37 188.74 139.86 -
System Red Green Blue C M Y K H S L
Decimal 128 82 219 0.42 0.63 0 0.14 260.15 0.66 0.59
Hex 80 52 DB 2A 3F 0 E 104 42 3B
Octal 200 122 333 52 77 0 16 404 102 73
Binary 10000000 1010010 11011011 101010 111111 0 1110 100000100 1000010 111011

Color Harmonies of #8052DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8052DB

Black with #8052DB

Text Example


Text Example

White with #8052DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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