Html Css Color HEX #8066DD Medium Slate Blue

📋 copy color: '#8066DD'

red 128 ◦ green 102 ◦ blue 221

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

Shades of Medium Slate Blue #8066DD

Tints of Medium Slate Blue #8066DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 28.38%
G = 22.62%
B = 49%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8066DD (or 0x8066DD) is known color: Medium Slate Blue. HEX triplet: 80, 66 and DD. RGB value is (128,102,221). Sum of RGB (Red+Green+Blue) = 128+102+221=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #8066DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8066DD is #7F9922. Grayscale: #7A7A7A. Windows color (decimal): -8362275 or 14509696. OLE color: 14509696.

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

Color convert

RGB 128 102 221 -
CMYK 0.42 0.54 0 0.13
HSL 253.11º 0.64% 0.63% -
HSV(B) 253.11º 0.54% 0.87% -
XYZ 26.7 19.31 70.73 -
YUV 123.34 183.11 131.32 -
System Red Green Blue C M Y K H S L
Decimal 128 102 221 0.42 0.54 0 0.13 253.11 0.64 0.63
Hex 80 66 DD 2A 36 0 D FD 40 3F
Octal 200 146 335 52 66 0 15 375 100 77
Binary 10000000 1100110 11011101 101010 110110 0 1101 11111101 1000000 111111

Color Harmonies of #8066DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8066DD

Black with #8066DD

Text Example


Text Example

White with #8066DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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