Html Css Color HEX #7573C5 Moody Blue

📋 copy color: '#7573C5'

red 117 ◦ green 115 ◦ blue 197

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

Shades of Moody Blue #7573C5

Tints of Moody Blue #7573C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.92%

R = 27.27%
G = 26.81%
B = 45.92%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7573C5 (or 0x7573C5) is known color: Moody Blue. HEX triplet: 75, 73 and C5. RGB value is (117,115,197). Sum of RGB (Red+Green+Blue) = 117+115+197=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #7573C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7573C5 is #8A8C3A. Grayscale: #7C7C7C. Windows color (decimal): -9079867 or 12940149. OLE color: 12940149.

HSL color Cylindrical-coordinate representation of color #7573C5: hue angle of 241.46º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7573C5 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 115 197 -
CMYK 0.41 0.42 0 0.23
HSL 241.46º 0.41% 0.61% -
HSV(B) 241.46º 0.42% 0.77% -
XYZ 23.54 20.07 55.46 -
YUV 124.95 168.66 122.33 -
System Red Green Blue C M Y K H S L
Decimal 117 115 197 0.41 0.42 0 0.23 241.46 0.41 0.61
Hex 75 73 C5 29 2A 0 17 F1 29 3D
Octal 165 163 305 51 52 0 27 361 51 75
Binary 1110101 1110011 11000101 101001 101010 0 10111 11110001 101001 111101

Color Harmonies of #7573C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7573C5

Black with #7573C5

Text Example


Text Example

White with #7573C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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