Html Css Color HEX #766EBC Moody Blue

📋 copy color: '#766EBC'

red 118 ◦ green 110 ◦ blue 188

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

Shades of Moody Blue #766EBC

Tints of Moody Blue #766EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.44%

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

R = 28.37%
G = 26.44%
B = 45.19%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#766EBC (or 0x766EBC) is known color: Moody Blue. HEX triplet: 76, 6E and BC. RGB value is (118,110,188). Sum of RGB (Red+Green+Blue) = 118+110+188=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #766EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766EBC is #899143. Grayscale: #787878. Windows color (decimal): -9015620 or 12349046. OLE color: 12349046.

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

Color convert

RGB 118 110 188 -
CMYK 0.37 0.41 0 0.26
HSL 246.15º 0.37% 0.58% -
HSV(B) 246.15º 0.41% 0.74% -
XYZ 22.12 18.63 50.01 -
YUV 121.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 118 110 188 0.37 0.41 0 0.26 246.15 0.37 0.58
Hex 76 6E BC 25 29 0 1A F6 25 3A
Octal 166 156 274 45 51 0 32 366 45 72
Binary 1110110 1101110 10111100 100101 101001 0 11010 11110110 100101 111010

Color Harmonies of #766EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766EBC

Black with #766EBC

Text Example


Text Example

White with #766EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766EBC; }

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

 H1.HeaderClassName
 {
   color: #766EBC;
 }
 .AnyTagClassName
 {
   color: #766EBC;
 }
</style>

background-color css

<style>
 a { background-color: #766EBC; }

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

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

border-color css

<style>
 span { border-color: #766EBC; }

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

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