Html Css Color HEX #7171DB Medium Slate Blue

📋 copy color: '#7171DB'

red 113 ◦ green 113 ◦ blue 219

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

Shades of Medium Slate Blue #7171DB

Tints of Medium Slate Blue #7171DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 25.39%
G = 25.39%
B = 49.21%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7171DB (or 0x7171DB) is known color: Medium Slate Blue. HEX triplet: 71, 71 and DB. RGB value is (113,113,219). Sum of RGB (Red+Green+Blue) = 113+113+219=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #7171DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7171DB is #8E8E24. Grayscale: #7C7C7C. Windows color (decimal): -9342501 or 14381425. OLE color: 14381425.

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

Color convert

RGB 113 113 219 -
CMYK 0.48 0.48 0 0.14
HSL 240º 0.6% 0.65% -
HSV(B) 240º 0.48% 0.86% -
XYZ 25.5 20.44 69.62 -
YUV 125.08 181 119.38 -
System Red Green Blue C M Y K H S L
Decimal 113 113 219 0.48 0.48 0 0.14 240 0.6 0.65
Hex 71 71 DB 30 30 0 E F0 3C 41
Octal 161 161 333 60 60 0 16 360 74 101
Binary 1110001 1110001 11011011 110000 110000 0 1110 11110000 111100 1000001

Color Harmonies of #7171DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7171DB

Black with #7171DB

Text Example


Text Example

White with #7171DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7171DB; }

 p { color: rgb(113,113,219); }

 H1.HeaderClassName
 {
   color: #7171DB;
 }
 .AnyTagClassName
 {
   color: #7171DB;
 }
</style>

background-color css

<style>
 a { background-color: #7171DB; }

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

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

border-color css

<style>
 span { border-color: #7171DB; }

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

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