Html Css Color HEX #7376DD Medium Slate Blue

📋 copy color: '#7376DD'

red 115 ◦ green 118 ◦ blue 221

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

Shades of Medium Slate Blue #7376DD

Tints of Medium Slate Blue #7376DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 25.33%
G = 25.99%
B = 48.68%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7376DD (or 0x7376DD) is known color: Medium Slate Blue. HEX triplet: 73, 76 and DD. RGB value is (115,118,221). Sum of RGB (Red+Green+Blue) = 115+118+221=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #7376DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7376DD is #8C8922. Grayscale: #808080. Windows color (decimal): -9210147 or 14513779. OLE color: 14513779.

HSL color Cylindrical-coordinate representation of color #7376DD: hue angle of 238.3º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7376DD is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 118 221 -
CMYK 0.48 0.47 0 0.13
HSL 238.3º 0.61% 0.66% -
HSV(B) 238.3º 0.48% 0.87% -
XYZ 26.6 21.82 71.22 -
YUV 128.85 180.01 118.12 -
System Red Green Blue C M Y K H S L
Decimal 115 118 221 0.48 0.47 0 0.13 238.3 0.61 0.66
Hex 73 76 DD 30 2F 0 D EE 3D 42
Octal 163 166 335 60 57 0 15 356 75 102
Binary 1110011 1110110 11011101 110000 101111 0 1101 11101110 111101 1000010

Color Harmonies of #7376DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7376DD

Black with #7376DD

Text Example


Text Example

White with #7376DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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