Html Css Color HEX #7071DD Medium Slate Blue

📋 copy color: '#7071DD'

red 112 ◦ green 113 ◦ blue 221

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

Shades of Medium Slate Blue #7071DD

Tints of Medium Slate Blue #7071DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.34%

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

R = 25.11%
G = 25.34%
B = 49.55%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7071DD (or 0x7071DD) is known color: Medium Slate Blue. HEX triplet: 70, 71 and DD. RGB value is (112,113,221). Sum of RGB (Red+Green+Blue) = 112+113+221=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #7071DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7071DD is #8F8E22. Grayscale: #7C7C7C. Windows color (decimal): -9408035 or 14512496. OLE color: 14512496.

HSL color Cylindrical-coordinate representation of color #7071DD: hue angle of 239.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7071DD is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 113 221 -
CMYK 0.49 0.49 0 0.13
HSL 239.45º 0.62% 0.65% -
HSV(B) 239.45º 0.49% 0.87% -
XYZ 25.64 20.48 71.01 -
YUV 125.01 182.17 118.72 -
System Red Green Blue C M Y K H S L
Decimal 112 113 221 0.49 0.49 0 0.13 239.45 0.62 0.65
Hex 70 71 DD 31 31 0 D EF 3E 41
Octal 160 161 335 61 61 0 15 357 76 101
Binary 1110000 1110001 11011101 110001 110001 0 1101 11101111 111110 1000001

Color Harmonies of #7071DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7071DD

Black with #7071DD

Text Example


Text Example

White with #7071DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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