Html Css Color HEX #7377D6 Moody Blue

📋 copy color: '#7377D6'

red 115 ◦ green 119 ◦ blue 214

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

Shades of Moody Blue #7377D6

Tints of Moody Blue #7377D6

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.56%

 BLUE value IS 214 (83.98% from 255) = 47.77%

R = 25.67%
G = 26.56%
B = 47.77%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7377D6 (or 0x7377D6) is known color: Moody Blue. HEX triplet: 73, 77 and D6. RGB value is (115,119,214). Sum of RGB (Red+Green+Blue) = 115+119+214=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #7377D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7377D6 is #8C8829. Grayscale: #808080. Windows color (decimal): -9209898 or 14055283. OLE color: 14055283.

HSL color Cylindrical-coordinate representation of color #7377D6: hue angle of 237.58º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7377D6 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 119 214 -
CMYK 0.46 0.44 0 0.16
HSL 237.58º 0.55% 0.65% -
HSV(B) 237.58º 0.46% 0.84% -
XYZ 25.8 21.69 66.45 -
YUV 128.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 115 119 214 0.46 0.44 0 0.16 237.58 0.55 0.65
Hex 73 77 D6 2E 2C 0 10 EE 37 41
Octal 163 167 326 56 54 0 20 356 67 101
Binary 1110011 1110111 11010110 101110 101100 0 10000 11101110 110111 1000001

Color Harmonies of #7377D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7377D6

Black with #7377D6

Text Example


Text Example

White with #7377D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7377D6; }

 p { color: rgb(115,119,214); }

 H1.HeaderClassName
 {
   color: #7377D6;
 }
 .AnyTagClassName
 {
   color: #7377D6;
 }
</style>

background-color css

<style>
 a { background-color: #7377D6; }

 a { background-color: rgb(115,119,214); }

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

border-color css

<style>
 span { border-color: #7377D6; }

 span { border-color: rgb(115,119,214); }

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