Html Css Color HEX #7573BE Moody Blue

📋 copy color: '#7573BE'

red 117 ◦ green 115 ◦ blue 190

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

Shades of Moody Blue #7573BE

Tints of Moody Blue #7573BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 27.73%
G = 27.25%
B = 45.02%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7573BE (or 0x7573BE) is known color: Moody Blue. HEX triplet: 75, 73 and BE. RGB value is (117,115,190). Sum of RGB (Red+Green+Blue) = 117+115+190=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #7573BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7573BE is #8A8C41. Grayscale: #7B7B7B. Windows color (decimal): -9079874 or 12481397. OLE color: 12481397.

HSL color Cylindrical-coordinate representation of color #7573BE: hue angle of 241.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7573BE is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 115 190 -
CMYK 0.38 0.39 0 0.25
HSL 241.6º 0.37% 0.6% -
HSV(B) 241.6º 0.39% 0.75% -
XYZ 22.76 19.76 51.33 -
YUV 124.15 165.16 122.9 -
System Red Green Blue C M Y K H S L
Decimal 117 115 190 0.38 0.39 0 0.25 241.6 0.37 0.6
Hex 75 73 BE 26 27 0 19 F2 25 3C
Octal 165 163 276 46 47 0 31 362 45 74
Binary 1110101 1110011 10111110 100110 100111 0 11001 11110010 100101 111100

Color Harmonies of #7573BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7573BE

Black with #7573BE

Text Example


Text Example

White with #7573BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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