Html Css Color HEX #7673BD Moody Blue

📋 copy color: '#7673BD'

red 118 ◦ green 115 ◦ blue 189

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

Shades of Moody Blue #7673BD

Tints of Moody Blue #7673BD

RGB

 RED value IS 118 (46.48% from 255) = 27.96%

 GREEN value IS 115 (45.31% from 255) = 27.25%

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 27.96%
G = 27.25%
B = 44.79%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7673BD (or 0x7673BD) is known color: Moody Blue. HEX triplet: 76, 73 and BD. RGB value is (118,115,189). Sum of RGB (Red+Green+Blue) = 118+115+189=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #7673BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7673BD is #898C42. Grayscale: #7C7C7C. Windows color (decimal): -9014339 or 12415862. OLE color: 12415862.

HSL color Cylindrical-coordinate representation of color #7673BD: hue angle of 242.43º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7673BD is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 115 189 -
CMYK 0.38 0.39 0 0.26
HSL 242.43º 0.36% 0.6% -
HSV(B) 242.43º 0.39% 0.74% -
XYZ 22.79 19.79 50.76 -
YUV 124.33 164.49 123.48 -
System Red Green Blue C M Y K H S L
Decimal 118 115 189 0.38 0.39 0 0.26 242.43 0.36 0.6
Hex 76 73 BD 26 27 0 1A F2 24 3C
Octal 166 163 275 46 47 0 32 362 44 74
Binary 1110110 1110011 10111101 100110 100111 0 11010 11110010 100100 111100

Color Harmonies of #7673BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7673BD

Black with #7673BD

Text Example


Text Example

White with #7673BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7673BD; }

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

 H1.HeaderClassName
 {
   color: #7673BD;
 }
 .AnyTagClassName
 {
   color: #7673BD;
 }
</style>

background-color css

<style>
 a { background-color: #7673BD; }

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

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

border-color css

<style>
 span { border-color: #7673BD; }

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

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