Html Css Color HEX #8066DC Medium Slate Blue

📋 copy color: '#8066DC'

red 128 ◦ green 102 ◦ blue 220

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

Shades of Medium Slate Blue #8066DC

Tints of Medium Slate Blue #8066DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.67%

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

R = 28.44%
G = 22.67%
B = 48.89%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8066DC (or 0x8066DC) is known color: Medium Slate Blue. HEX triplet: 80, 66 and DC. RGB value is (128,102,220). Sum of RGB (Red+Green+Blue) = 128+102+220=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #8066DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8066DC is #7F9923. Grayscale: #7A7A7A. Windows color (decimal): -8362276 or 14444160. OLE color: 14444160.

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

Color convert

RGB 128 102 220 -
CMYK 0.42 0.54 0 0.14
HSL 253.22º 0.63% 0.63% -
HSV(B) 253.22º 0.54% 0.86% -
XYZ 26.57 19.26 70.03 -
YUV 123.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 128 102 220 0.42 0.54 0 0.14 253.22 0.63 0.63
Hex 80 66 DC 2A 36 0 E FD 3F 3F
Octal 200 146 334 52 66 0 16 375 77 77
Binary 10000000 1100110 11011100 101010 110110 0 1110 11111101 111111 111111

Color Harmonies of #8066DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8066DC

Black with #8066DC

Text Example


Text Example

White with #8066DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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