Html Css Color HEX #8061DB Medium Slate Blue

📋 copy color: '#8061DB'

red 128 ◦ green 97 ◦ blue 219

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

Shades of Medium Slate Blue #8061DB

Tints of Medium Slate Blue #8061DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.85%

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

R = 28.83%
G = 21.85%
B = 49.32%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8061DB (or 0x8061DB) is known color: Medium Slate Blue. HEX triplet: 80, 61 and DB. RGB value is (128,97,219). Sum of RGB (Red+Green+Blue) = 128+97+219=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #8061DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8061DB is #7F9E24. Grayscale: #777777. Windows color (decimal): -8363557 or 14377344. OLE color: 14377344.

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

Color convert

RGB 128 97 219 -
CMYK 0.42 0.56 0 0.14
HSL 255.25º 0.63% 0.62% -
HSV(B) 255.25º 0.56% 0.86% -
XYZ 25.96 18.25 69.17 -
YUV 120.18 183.77 133.58 -
System Red Green Blue C M Y K H S L
Decimal 128 97 219 0.42 0.56 0 0.14 255.25 0.63 0.62
Hex 80 61 DB 2A 38 0 E FF 3F 3E
Octal 200 141 333 52 70 0 16 377 77 76
Binary 10000000 1100001 11011011 101010 111000 0 1110 11111111 111111 111110

Color Harmonies of #8061DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8061DB

Black with #8061DB

Text Example


Text Example

White with #8061DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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