Html Css Color HEX #7176DC Medium Slate Blue

📋 copy color: '#7176DC'

red 113 ◦ green 118 ◦ blue 220

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

Shades of Medium Slate Blue #7176DC

Tints of Medium Slate Blue #7176DC

RGB

 RED value IS 113 (44.53% from 255) = 25.06%

 GREEN value IS 118 (46.48% from 255) = 26.16%

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

R = 25.06%
G = 26.16%
B = 48.78%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7176DC (or 0x7176DC) is known color: Medium Slate Blue. HEX triplet: 71, 76 and DC. RGB value is (113,118,220). Sum of RGB (Red+Green+Blue) = 113+118+220=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #7176DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7176DC is #8E8923. Grayscale: #7F7F7F. Windows color (decimal): -9341220 or 14448241. OLE color: 14448241.

HSL color Cylindrical-coordinate representation of color #7176DC: hue angle of 237.2º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7176DC is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 118 220 -
CMYK 0.49 0.46 0 0.14
HSL 237.2º 0.6% 0.65% -
HSV(B) 237.2º 0.49% 0.86% -
XYZ 26.21 21.63 70.5 -
YUV 128.13 179.84 117.21 -
System Red Green Blue C M Y K H S L
Decimal 113 118 220 0.49 0.46 0 0.14 237.2 0.6 0.65
Hex 71 76 DC 31 2E 0 E ED 3C 41
Octal 161 166 334 61 56 0 16 355 74 101
Binary 1110001 1110110 11011100 110001 101110 0 1110 11101101 111100 1000001

Color Harmonies of #7176DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7176DC

Black with #7176DC

Text Example


Text Example

White with #7176DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,118,220); }

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

background-color css

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

 a { background-color: rgb(113,118,220); }

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

border-color css

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

 span { border-color: rgb(113,118,220); }

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