Html Css Color HEX #7676BC Moody Blue

📋 copy color: '#7676BC'

red 118 ◦ green 118 ◦ blue 188

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

Shades of Moody Blue #7676BC

Tints of Moody Blue #7676BC

RGB

 RED value IS 118 (46.48% from 255) = 27.83%

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 27.83%
G = 27.83%
B = 44.34%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7676BC (or 0x7676BC) is known color: Moody Blue. HEX triplet: 76, 76 and BC. RGB value is (118,118,188). Sum of RGB (Red+Green+Blue) = 118+118+188=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #7676BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7676BC is #898943. Grayscale: #7D7D7D. Windows color (decimal): -9013572 or 12351094. OLE color: 12351094.

HSL color Cylindrical-coordinate representation of color #7676BC: hue angle of 240º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7676BC is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 118 188 -
CMYK 0.37 0.37 0 0.26
HSL 240º 0.34% 0.6% -
HSV(B) 240º 0.37% 0.74% -
XYZ 23.03 20.44 50.31 -
YUV 125.98 163 122.31 -
System Red Green Blue C M Y K H S L
Decimal 118 118 188 0.37 0.37 0 0.26 240 0.34 0.6
Hex 76 76 BC 25 25 0 1A F0 22 3C
Octal 166 166 274 45 45 0 32 360 42 74
Binary 1110110 1110110 10111100 100101 100101 0 11010 11110000 100010 111100

Color Harmonies of #7676BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7676BC

Black with #7676BC

Text Example


Text Example

White with #7676BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7676BC; }

 p { color: rgb(118,118,188); }

 H1.HeaderClassName
 {
   color: #7676BC;
 }
 .AnyTagClassName
 {
   color: #7676BC;
 }
</style>

background-color css

<style>
 a { background-color: #7676BC; }

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

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

border-color css

<style>
 span { border-color: #7676BC; }

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

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