Html Css Color HEX #7473CB Moody Blue

📋 copy color: '#7473CB'

red 116 ◦ green 115 ◦ blue 203

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

Shades of Moody Blue #7473CB

Tints of Moody Blue #7473CB

RGB

 RED value IS 116 (45.7% from 255) = 26.73%

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

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 26.73%
G = 26.5%
B = 46.77%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7473CB (or 0x7473CB) is known color: Moody Blue. HEX triplet: 74, 73 and CB. RGB value is (116,115,203). Sum of RGB (Red+Green+Blue) = 116+115+203=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #7473CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7473CB is #8B8C34. Grayscale: #7C7C7C. Windows color (decimal): -9145397 or 13333364. OLE color: 13333364.

HSL color Cylindrical-coordinate representation of color #7473CB: hue angle of 240.68º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7473CB is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 115 203 -
CMYK 0.43 0.43 0 0.20
HSL 240.68º 0.46% 0.62% -
HSV(B) 240.68º 0.43% 0.8% -
XYZ 24.11 20.29 59.14 -
YUV 125.33 171.83 121.34 -
System Red Green Blue C M Y K H S L
Decimal 116 115 203 0.43 0.43 0 0.20 240.68 0.46 0.62
Hex 74 73 CB 2B 2B 0 14 F1 2E 3E
Octal 164 163 313 53 53 0 24 361 56 76
Binary 1110100 1110011 11001011 101011 101011 0 10100 11110001 101110 111110

Color Harmonies of #7473CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7473CB

Black with #7473CB

Text Example


Text Example

White with #7473CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7473CB; }

 p { color: rgb(116,115,203); }

 H1.HeaderClassName
 {
   color: #7473CB;
 }
 .AnyTagClassName
 {
   color: #7473CB;
 }
</style>

background-color css

<style>
 a { background-color: #7473CB; }

 a { background-color: rgb(116,115,203); }

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

border-color css

<style>
 span { border-color: #7473CB; }

 span { border-color: rgb(116,115,203); }

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