Html Css Color HEX #7371D0 Moody Blue

📋 copy color: '#7371D0'

red 115 ◦ green 113 ◦ blue 208

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

Shades of Moody Blue #7371D0

Tints of Moody Blue #7371D0

RGB

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

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

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

R = 26.38%
G = 25.92%
B = 47.71%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7371D0 (or 0x7371D0) is known color: Moody Blue. HEX triplet: 73, 71 and D0. RGB value is (115,113,208). Sum of RGB (Red+Green+Blue) = 115+113+208=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #7371D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7371D0 is #8C8E2F. Grayscale: #7C7C7C. Windows color (decimal): -9211440 or 13660531. OLE color: 13660531.

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

Color convert

RGB 115 113 208 -
CMYK 0.45 0.46 0 0.18
HSL 241.26º 0.5% 0.63% -
HSV(B) 241.26º 0.46% 0.82% -
XYZ 24.36 20.01 62.25 -
YUV 124.43 175.16 121.28 -
System Red Green Blue C M Y K H S L
Decimal 115 113 208 0.45 0.46 0 0.18 241.26 0.5 0.63
Hex 73 71 D0 2D 2E 0 12 F1 32 3F
Octal 163 161 320 55 56 0 22 361 62 77
Binary 1110011 1110001 11010000 101101 101110 0 10010 11110001 110010 111111

Color Harmonies of #7371D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7371D0

Black with #7371D0

Text Example


Text Example

White with #7371D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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