Html Css Color HEX #7066DD Medium Slate Blue

📋 copy color: '#7066DD'

red 112 ◦ green 102 ◦ blue 221

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

Shades of Medium Slate Blue #7066DD

Tints of Medium Slate Blue #7066DD

RGB

 RED value IS 112 (44.14% from 255) = 25.75%

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

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

R = 25.75%
G = 23.45%
B = 50.8%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7066DD (or 0x7066DD) is known color: Medium Slate Blue. HEX triplet: 70, 66 and DD. RGB value is (112,102,221). Sum of RGB (Red+Green+Blue) = 112+102+221=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #7066DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7066DD is #8F9922. Grayscale: #767676. Windows color (decimal): -9410851 or 14509680. OLE color: 14509680.

HSL color Cylindrical-coordinate representation of color #7066DD: hue angle of 245.04º 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 #7066DD is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 102 221 -
CMYK 0.49 0.54 0 0.13
HSL 245.04º 0.64% 0.63% -
HSV(B) 245.04º 0.54% 0.87% -
XYZ 24.48 18.17 70.62 -
YUV 118.56 185.81 123.32 -
System Red Green Blue C M Y K H S L
Decimal 112 102 221 0.49 0.54 0 0.13 245.04 0.64 0.63
Hex 70 66 DD 31 36 0 D F5 40 3F
Octal 160 146 335 61 66 0 15 365 100 77
Binary 1110000 1100110 11011101 110001 110110 0 1101 11110101 1000000 111111

Color Harmonies of #7066DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7066DD

Black with #7066DD

Text Example


Text Example

White with #7066DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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