Html Css Color HEX #7174DB Medium Slate Blue

📋 copy color: '#7174DB'

red 113 ◦ green 116 ◦ blue 219

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

Shades of Medium Slate Blue #7174DB

Tints of Medium Slate Blue #7174DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.89%

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

R = 25.22%
G = 25.89%
B = 48.88%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7174DB (or 0x7174DB) is known color: Medium Slate Blue. HEX triplet: 71, 74 and DB. RGB value is (113,116,219). Sum of RGB (Red+Green+Blue) = 113+116+219=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #7174DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7174DB is #8E8B24. Grayscale: #7E7E7E. Windows color (decimal): -9341733 or 14382193. OLE color: 14382193.

HSL color Cylindrical-coordinate representation of color #7174DB: hue angle of 238.3º 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 #7174DB is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 116 219 -
CMYK 0.48 0.47 0 0.14
HSL 238.3º 0.6% 0.65% -
HSV(B) 238.3º 0.48% 0.86% -
XYZ 25.84 21.12 69.73 -
YUV 126.85 180.01 118.12 -
System Red Green Blue C M Y K H S L
Decimal 113 116 219 0.48 0.47 0 0.14 238.3 0.6 0.65
Hex 71 74 DB 30 2F 0 E EE 3C 41
Octal 161 164 333 60 57 0 16 356 74 101
Binary 1110001 1110100 11011011 110000 101111 0 1110 11101110 111100 1000001

Color Harmonies of #7174DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7174DB

Black with #7174DB

Text Example


Text Example

White with #7174DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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