Html Css Color HEX #7673CA Moody Blue

📋 copy color: '#7673CA'

red 118 ◦ green 115 ◦ blue 202

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

Shades of Moody Blue #7673CA

Tints of Moody Blue #7673CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 27.13%
G = 26.44%
B = 46.44%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7673CA (or 0x7673CA) is known color: Moody Blue. HEX triplet: 76, 73 and CA. RGB value is (118,115,202). Sum of RGB (Red+Green+Blue) = 118+115+202=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #7673CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7673CA is #898C35. Grayscale: #7D7D7D. Windows color (decimal): -9014326 or 13267830. OLE color: 13267830.

HSL color Cylindrical-coordinate representation of color #7673CA: hue angle of 242.07º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7673CA is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 115 202 -
CMYK 0.42 0.43 0 0.21
HSL 242.07º 0.45% 0.62% -
HSV(B) 242.07º 0.43% 0.79% -
XYZ 24.26 20.38 58.53 -
YUV 125.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 118 115 202 0.42 0.43 0 0.21 242.07 0.45 0.62
Hex 76 73 CA 2A 2B 0 15 F2 2D 3E
Octal 166 163 312 52 53 0 25 362 55 76
Binary 1110110 1110011 11001010 101010 101011 0 10101 11110010 101101 111110

Color Harmonies of #7673CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7673CA

Black with #7673CA

Text Example


Text Example

White with #7673CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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