Html Css Color HEX #7376D0 Moody Blue

📋 copy color: '#7376D0'

red 115 ◦ green 118 ◦ blue 208

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

Shades of Moody Blue #7376D0

Tints of Moody Blue #7376D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.17%

R = 26.08%
G = 26.76%
B = 47.17%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7376D0 (or 0x7376D0) is known color: Moody Blue. HEX triplet: 73, 76 and D0. RGB value is (115,118,208). Sum of RGB (Red+Green+Blue) = 115+118+208=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #7376D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7376D0 is #8C892F. Grayscale: #7E7E7E. Windows color (decimal): -9210160 or 13661811. OLE color: 13661811.

HSL color Cylindrical-coordinate representation of color #7376D0: hue angle of 238.06º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7376D0 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 118 208 -
CMYK 0.45 0.43 0 0.18
HSL 238.06º 0.5% 0.63% -
HSV(B) 238.06º 0.45% 0.82% -
XYZ 24.93 21.16 62.44 -
YUV 127.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 115 118 208 0.45 0.43 0 0.18 238.06 0.5 0.63
Hex 73 76 D0 2D 2B 0 12 EE 32 3F
Octal 163 166 320 55 53 0 22 356 62 77
Binary 1110011 1110110 11010000 101101 101011 0 10010 11101110 110010 111111

Color Harmonies of #7376D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7376D0

Black with #7376D0

Text Example


Text Example

White with #7376D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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