Html Css Color HEX #7576BF Moody Blue

📋 copy color: '#7576BF'

red 117 ◦ green 118 ◦ blue 191

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

Shades of Moody Blue #7576BF

Tints of Moody Blue #7576BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.84%

R = 27.46%
G = 27.7%
B = 44.84%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7576BF (or 0x7576BF) is known color: Moody Blue. HEX triplet: 75, 76 and BF. RGB value is (117,118,191). Sum of RGB (Red+Green+Blue) = 117+118+191=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #7576BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7576BF is #8A8940. Grayscale: #7D7D7D. Windows color (decimal): -9079105 or 12547701. OLE color: 12547701.

HSL color Cylindrical-coordinate representation of color #7576BF: hue angle of 239.19º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7576BF is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 118 191 -
CMYK 0.39 0.38 0 0.25
HSL 239.19º 0.37% 0.6% -
HSV(B) 239.19º 0.39% 0.75% -
XYZ 23.22 20.5 52.02 -
YUV 126.02 164.67 121.56 -
System Red Green Blue C M Y K H S L
Decimal 117 118 191 0.39 0.38 0 0.25 239.19 0.37 0.6
Hex 75 76 BF 27 26 0 19 EF 25 3C
Octal 165 166 277 47 46 0 31 357 45 74
Binary 1110101 1110110 10111111 100111 100110 0 11001 11101111 100101 111100

Color Harmonies of #7576BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7576BF

Black with #7576BF

Text Example


Text Example

White with #7576BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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