Html Css Color HEX #7673CD Moody Blue

📋 copy color: '#7673CD'

red 118 ◦ green 115 ◦ blue 205

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

Shades of Moody Blue #7673CD

Tints of Moody Blue #7673CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 26.94%
G = 26.26%
B = 46.8%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7673CD (or 0x7673CD) is known color: Moody Blue. HEX triplet: 76, 73 and CD. RGB value is (118,115,205). Sum of RGB (Red+Green+Blue) = 118+115+205=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #7673CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7673CD is #898C32. Grayscale: #7D7D7D. Windows color (decimal): -9014323 or 13464438. OLE color: 13464438.

HSL color Cylindrical-coordinate representation of color #7673CD: hue angle of 242º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7673CD is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 115 205 -
CMYK 0.42 0.44 0 0.20
HSL 242º 0.47% 0.63% -
HSV(B) 242º 0.44% 0.8% -
XYZ 24.62 20.52 60.42 -
YUV 126.16 172.49 122.18 -
System Red Green Blue C M Y K H S L
Decimal 118 115 205 0.42 0.44 0 0.20 242 0.47 0.63
Hex 76 73 CD 2A 2C 0 14 F2 2F 3F
Octal 166 163 315 52 54 0 24 362 57 77
Binary 1110110 1110011 11001101 101010 101100 0 10100 11110010 101111 111111

Color Harmonies of #7673CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7673CD

Black with #7673CD

Text Example


Text Example

White with #7673CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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