Html Css Color HEX #8069DC Medium Slate Blue

📋 copy color: '#8069DC'

red 128 ◦ green 105 ◦ blue 220

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

Shades of Medium Slate Blue #8069DC

Tints of Medium Slate Blue #8069DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.18%

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 28.26%
G = 23.18%
B = 48.57%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8069DC (or 0x8069DC) is known color: Medium Slate Blue. HEX triplet: 80, 69 and DC. RGB value is (128,105,220). Sum of RGB (Red+Green+Blue) = 128+105+220=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #8069DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8069DC is #7F9623. Grayscale: #7C7C7C. Windows color (decimal): -8361508 or 14444928. OLE color: 14444928.

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

Color convert

RGB 128 105 220 -
CMYK 0.42 0.52 0 0.14
HSL 252º 0.62% 0.64% -
HSV(B) 252º 0.52% 0.86% -
XYZ 26.87 19.86 70.13 -
YUV 124.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 128 105 220 0.42 0.52 0 0.14 252 0.62 0.64
Hex 80 69 DC 2A 34 0 E FC 3E 40
Octal 200 151 334 52 64 0 16 374 76 100
Binary 10000000 1101001 11011100 101010 110100 0 1110 11111100 111110 1000000

Color Harmonies of #8069DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8069DC

Black with #8069DC

Text Example


Text Example

White with #8069DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8069DC; }

 p { color: rgb(128,105,220); }

 H1.HeaderClassName
 {
   color: #8069DC;
 }
 .AnyTagClassName
 {
   color: #8069DC;
 }
</style>

background-color css

<style>
 a { background-color: #8069DC; }

 a { background-color: rgb(128,105,220); }

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

border-color css

<style>
 span { border-color: #8069DC; }

 span { border-color: rgb(128,105,220); }

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