Html Css Color HEX #7573CC Moody Blue

📋 copy color: '#7573CC'

red 117 ◦ green 115 ◦ blue 204

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

Shades of Moody Blue #7573CC

Tints of Moody Blue #7573CC

RGB

 RED value IS 117 (46.09% from 255) = 26.83%

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

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 26.83%
G = 26.38%
B = 46.79%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7573CC (or 0x7573CC) is known color: Moody Blue. HEX triplet: 75, 73 and CC. RGB value is (117,115,204). Sum of RGB (Red+Green+Blue) = 117+115+204=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #7573CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7573CC is #8A8C33. Grayscale: #7D7D7D. Windows color (decimal): -9079860 or 13398901. OLE color: 13398901.

HSL color Cylindrical-coordinate representation of color #7573CC: hue angle of 241.35º 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 #7573CC is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 115 204 -
CMYK 0.43 0.44 0 0.2
HSL 241.35º 0.47% 0.63% -
HSV(B) 241.35º 0.44% 0.8% -
XYZ 24.37 20.4 59.78 -
YUV 125.74 172.16 121.76 -
System Red Green Blue C M Y K H S L
Decimal 117 115 204 0.43 0.44 0 0.2 241.35 0.47 0.63
Hex 75 73 CC 2B 2C 0 14 F1 2F 3F
Octal 165 163 314 53 54 0 24 361 57 77
Binary 1110101 1110011 11001100 101011 101100 0 10100 11110001 101111 111111

Color Harmonies of #7573CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7573CC

Black with #7573CC

Text Example


Text Example

White with #7573CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7573CC; }

 p { color: rgb(117,115,204); }

 H1.HeaderClassName
 {
   color: #7573CC;
 }
 .AnyTagClassName
 {
   color: #7573CC;
 }
</style>

background-color css

<style>
 a { background-color: #7573CC; }

 a { background-color: rgb(117,115,204); }

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

border-color css

<style>
 span { border-color: #7573CC; }

 span { border-color: rgb(117,115,204); }

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