Html Css Color HEX #7579C2 Moody Blue

📋 copy color: '#7579C2'

red 117 ◦ green 121 ◦ blue 194

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

Shades of Moody Blue #7579C2

Tints of Moody Blue #7579C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.91%

R = 27.08%
G = 28.01%
B = 44.91%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7579C2 (or 0x7579C2) is known color: Moody Blue. HEX triplet: 75, 79 and C2. RGB value is (117,121,194). Sum of RGB (Red+Green+Blue) = 117+121+194=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #7579C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7579C2 is #8A863D. Grayscale: #7F7F7F. Windows color (decimal): -9078334 or 12745077. OLE color: 12745077.

HSL color Cylindrical-coordinate representation of color #7579C2: hue angle of 236.88º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7579C2 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 121 194 -
CMYK 0.40 0.38 0 0.24
HSL 236.88º 0.39% 0.61% -
HSV(B) 236.88º 0.4% 0.76% -
XYZ 23.91 21.35 53.9 -
YUV 128.13 165.17 120.06 -
System Red Green Blue C M Y K H S L
Decimal 117 121 194 0.40 0.38 0 0.24 236.88 0.39 0.61
Hex 75 79 C2 28 26 0 18 ED 27 3D
Octal 165 171 302 50 46 0 30 355 47 75
Binary 1110101 1111001 11000010 101000 100110 0 11000 11101101 100111 111101

Color Harmonies of #7579C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7579C2

Black with #7579C2

Text Example


Text Example

White with #7579C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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