Html Css Color HEX #7577CA Moody Blue

📋 copy color: '#7577CA'

red 117 ◦ green 119 ◦ blue 202

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

Shades of Moody Blue #7577CA

Tints of Moody Blue #7577CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.17%

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 26.71%
G = 27.17%
B = 46.12%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7577CA (or 0x7577CA) is known color: Moody Blue. HEX triplet: 75, 77 and CA. RGB value is (117,119,202). Sum of RGB (Red+Green+Blue) = 117+119+202=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #7577CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7577CA is #8A8835. Grayscale: #7F7F7F. Windows color (decimal): -9078838 or 13268853. OLE color: 13268853.

HSL color Cylindrical-coordinate representation of color #7577CA: hue angle of 238.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7577CA is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 119 202 -
CMYK 0.42 0.41 0 0.21
HSL 238.59º 0.45% 0.63% -
HSV(B) 238.59º 0.42% 0.79% -
XYZ 24.59 21.24 58.68 -
YUV 127.86 169.84 120.25 -
System Red Green Blue C M Y K H S L
Decimal 117 119 202 0.42 0.41 0 0.21 238.59 0.45 0.63
Hex 75 77 CA 2A 29 0 15 EF 2D 3F
Octal 165 167 312 52 51 0 25 357 55 77
Binary 1110101 1110111 11001010 101010 101001 0 10101 11101111 101101 111111

Color Harmonies of #7577CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7577CA

Black with #7577CA

Text Example


Text Example

White with #7577CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7577CA; }

 p { color: rgb(117,119,202); }

 H1.HeaderClassName
 {
   color: #7577CA;
 }
 .AnyTagClassName
 {
   color: #7577CA;
 }
</style>

background-color css

<style>
 a { background-color: #7577CA; }

 a { background-color: rgb(117,119,202); }

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

border-color css

<style>
 span { border-color: #7577CA; }

 span { border-color: rgb(117,119,202); }

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