Html Css Color HEX #7371DB Medium Slate Blue

📋 copy color: '#7371DB'

red 115 ◦ green 113 ◦ blue 219

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

Shades of Medium Slate Blue #7371DB

Tints of Medium Slate Blue #7371DB

RGB

 RED value IS 115 (45.31% from 255) = 25.73%

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

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

R = 25.73%
G = 25.28%
B = 48.99%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7371DB (or 0x7371DB) is known color: Medium Slate Blue. HEX triplet: 73, 71 and DB. RGB value is (115,113,219). Sum of RGB (Red+Green+Blue) = 115+113+219=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #7371DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7371DB is #8C8E24. Grayscale: #7D7D7D. Windows color (decimal): -9211429 or 14381427. OLE color: 14381427.

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

Color convert

RGB 115 113 219 -
CMYK 0.47 0.48 0 0.14
HSL 241.13º 0.6% 0.65% -
HSV(B) 241.13º 0.48% 0.86% -
XYZ 25.76 20.57 69.63 -
YUV 125.68 180.66 120.38 -
System Red Green Blue C M Y K H S L
Decimal 115 113 219 0.47 0.48 0 0.14 241.13 0.6 0.65
Hex 73 71 DB 2F 30 0 E F1 3C 41
Octal 163 161 333 57 60 0 16 361 74 101
Binary 1110011 1110001 11011011 101111 110000 0 1110 11110001 111100 1000001

Color Harmonies of #7371DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7371DB

Black with #7371DB

Text Example


Text Example

White with #7371DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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