Html Css Color HEX #7573CB Moody Blue

📋 copy color: '#7573CB'

red 117 ◦ green 115 ◦ blue 203

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

Shades of Moody Blue #7573CB

Tints of Moody Blue #7573CB

RGB

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

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

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

R = 26.9%
G = 26.44%
B = 46.67%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7573CB (or 0x7573CB) is known color: Moody Blue. HEX triplet: 75, 73 and CB. RGB value is (117,115,203). Sum of RGB (Red+Green+Blue) = 117+115+203=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #7573CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7573CB is #8A8C34. Grayscale: #7D7D7D. Windows color (decimal): -9079861 or 13333365. OLE color: 13333365.

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

Color convert

RGB 117 115 203 -
CMYK 0.42 0.43 0 0.20
HSL 241.36º 0.46% 0.62% -
HSV(B) 241.36º 0.43% 0.8% -
XYZ 24.25 20.36 59.15 -
YUV 125.63 171.66 121.84 -
System Red Green Blue C M Y K H S L
Decimal 117 115 203 0.42 0.43 0 0.20 241.36 0.46 0.62
Hex 75 73 CB 2A 2B 0 14 F1 2E 3E
Octal 165 163 313 52 53 0 24 361 56 76
Binary 1110101 1110011 11001011 101010 101011 0 10100 11110001 101110 111110

Color Harmonies of #7573CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7573CB

Black with #7573CB

Text Example


Text Example

White with #7573CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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