Html Css Color HEX #7371CE Moody Blue

📋 copy color: '#7371CE'

red 115 ◦ green 113 ◦ blue 206

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

Shades of Moody Blue #7371CE

Tints of Moody Blue #7371CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 26.5%
G = 26.04%
B = 47.47%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7371CE (or 0x7371CE) is known color: Moody Blue. HEX triplet: 73, 71 and CE. RGB value is (115,113,206). Sum of RGB (Red+Green+Blue) = 115+113+206=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #7371CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7371CE is #8C8E31. Grayscale: #7B7B7B. Windows color (decimal): -9211442 or 13529459. OLE color: 13529459.

HSL color Cylindrical-coordinate representation of color #7371CE: hue angle of 241.29º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7371CE is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 113 206 -
CMYK 0.44 0.45 0 0.19
HSL 241.29º 0.49% 0.63% -
HSV(B) 241.29º 0.45% 0.81% -
XYZ 24.12 19.91 60.96 -
YUV 124.2 174.16 121.44 -
System Red Green Blue C M Y K H S L
Decimal 115 113 206 0.44 0.45 0 0.19 241.29 0.49 0.63
Hex 73 71 CE 2C 2D 0 13 F1 31 3F
Octal 163 161 316 54 55 0 23 361 61 77
Binary 1110011 1110001 11001110 101100 101101 0 10011 11110001 110001 111111

Color Harmonies of #7371CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7371CE

Black with #7371CE

Text Example


Text Example

White with #7371CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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