Html Css Color HEX #8067DB Medium Slate Blue

📋 copy color: '#8067DB'

red 128 ◦ green 103 ◦ blue 219

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

Shades of Medium Slate Blue #8067DB

Tints of Medium Slate Blue #8067DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.89%

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

R = 28.44%
G = 22.89%
B = 48.67%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8067DB (or 0x8067DB) is known color: Medium Slate Blue. HEX triplet: 80, 67 and DB. RGB value is (128,103,219). Sum of RGB (Red+Green+Blue) = 128+103+219=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #8067DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8067DB is #7F9824. Grayscale: #7B7B7B. Windows color (decimal): -8362021 or 14378880. OLE color: 14378880.

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

Color convert

RGB 128 103 219 -
CMYK 0.42 0.53 0 0.14
HSL 252.93º 0.62% 0.63% -
HSV(B) 252.93º 0.53% 0.86% -
XYZ 26.54 19.4 69.36 -
YUV 123.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 128 103 219 0.42 0.53 0 0.14 252.93 0.62 0.63
Hex 80 67 DB 2A 35 0 E FD 3E 3F
Octal 200 147 333 52 65 0 16 375 76 77
Binary 10000000 1100111 11011011 101010 110101 0 1110 11111101 111110 111111

Color Harmonies of #8067DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8067DB

Black with #8067DB

Text Example


Text Example

White with #8067DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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