Html Css Color HEX #7376DC Medium Slate Blue

📋 copy color: '#7376DC'

red 115 ◦ green 118 ◦ blue 220

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

Shades of Medium Slate Blue #7376DC

Tints of Medium Slate Blue #7376DC

RGB

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

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

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

R = 25.39%
G = 26.05%
B = 48.57%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7376DC (or 0x7376DC) is known color: Medium Slate Blue. HEX triplet: 73, 76 and DC. RGB value is (115,118,220). Sum of RGB (Red+Green+Blue) = 115+118+220=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #7376DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7376DC is #8C8923. Grayscale: #808080. Windows color (decimal): -9210148 or 14448243. OLE color: 14448243.

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

Color convert

RGB 115 118 220 -
CMYK 0.48 0.46 0 0.14
HSL 238.29º 0.6% 0.66% -
HSV(B) 238.29º 0.48% 0.86% -
XYZ 26.47 21.77 70.52 -
YUV 128.73 179.51 118.21 -
System Red Green Blue C M Y K H S L
Decimal 115 118 220 0.48 0.46 0 0.14 238.29 0.6 0.66
Hex 73 76 DC 30 2E 0 E EE 3C 42
Octal 163 166 334 60 56 0 16 356 74 102
Binary 1110011 1110110 11011100 110000 101110 0 1110 11101110 111100 1000010

Color Harmonies of #7376DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7376DC

Black with #7376DC

Text Example


Text Example

White with #7376DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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