Html Css Color HEX #7576C2 Moody Blue

📋 copy color: '#7576C2'

red 117 ◦ green 118 ◦ blue 194

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

Shades of Moody Blue #7576C2

Tints of Moody Blue #7576C2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.51%

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

R = 27.27%
G = 27.51%
B = 45.22%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7576C2 (or 0x7576C2) is known color: Moody Blue. HEX triplet: 75, 76 and C2. RGB value is (117,118,194). Sum of RGB (Red+Green+Blue) = 117+118+194=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 194 - color contains mainly: blue. Hex color #7576C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7576C2 is #8A893D. Grayscale: #7E7E7E. Windows color (decimal): -9079102 or 12744309. OLE color: 12744309.

HSL color Cylindrical-coordinate representation of color #7576C2: hue angle of 239.22º 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 #7576C2 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 118 194 -
CMYK 0.40 0.39 0 0.24
HSL 239.22º 0.39% 0.61% -
HSV(B) 239.22º 0.4% 0.76% -
XYZ 23.55 20.63 53.78 -
YUV 126.37 166.17 121.32 -
System Red Green Blue C M Y K H S L
Decimal 117 118 194 0.40 0.39 0 0.24 239.22 0.39 0.61
Hex 75 76 C2 28 27 0 18 EF 27 3D
Octal 165 166 302 50 47 0 30 357 47 75
Binary 1110101 1110110 11000010 101000 100111 0 11000 11101111 100111 111101

Color Harmonies of #7576C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7576C2

Black with #7576C2

Text Example


Text Example

White with #7576C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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