Html Css Color HEX #7579CA Moody Blue

📋 copy color: '#7579CA'

red 117 ◦ green 121 ◦ blue 202

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

Shades of Moody Blue #7579CA

Tints of Moody Blue #7579CA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.5%

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

R = 26.59%
G = 27.5%
B = 45.91%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7579CA (or 0x7579CA) is known color: Moody Blue. HEX triplet: 75, 79 and CA. RGB value is (117,121,202). Sum of RGB (Red+Green+Blue) = 117+121+202=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #7579CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7579CA is #8A8635. Grayscale: #808080. Windows color (decimal): -9078326 or 13269365. OLE color: 13269365.

HSL color Cylindrical-coordinate representation of color #7579CA: hue angle of 237.18º 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 #7579CA is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 121 202 -
CMYK 0.42 0.40 0 0.21
HSL 237.18º 0.45% 0.63% -
HSV(B) 237.18º 0.42% 0.79% -
XYZ 24.83 21.72 58.76 -
YUV 129.04 169.17 119.41 -
System Red Green Blue C M Y K H S L
Decimal 117 121 202 0.42 0.40 0 0.21 237.18 0.45 0.63
Hex 75 79 CA 2A 28 0 15 ED 2D 3F
Octal 165 171 312 52 50 0 25 355 55 77
Binary 1110101 1111001 11001010 101010 101000 0 10101 11101101 101101 111111

Color Harmonies of #7579CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7579CA

Black with #7579CA

Text Example


Text Example

White with #7579CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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