Html Css Color HEX #766EBA Moody Blue

📋 copy color: '#766EBA'

red 118 ◦ green 110 ◦ blue 186

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

Shades of Moody Blue #766EBA

Tints of Moody Blue #766EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 28.5%
G = 26.57%
B = 44.93%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#766EBA (or 0x766EBA) is known color: Moody Blue. HEX triplet: 76, 6E and BA. RGB value is (118,110,186). Sum of RGB (Red+Green+Blue) = 118+110+186=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #766EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766EBA is #899145. Grayscale: #787878. Windows color (decimal): -9015622 or 12217974. OLE color: 12217974.

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

Color convert

RGB 118 110 186 -
CMYK 0.37 0.41 0 0.27
HSL 246.32º 0.36% 0.58% -
HSV(B) 246.32º 0.41% 0.73% -
XYZ 21.91 18.55 48.88 -
YUV 121.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 118 110 186 0.37 0.41 0 0.27 246.32 0.36 0.58
Hex 76 6E BA 25 29 0 1B F6 24 3A
Octal 166 156 272 45 51 0 33 366 44 72
Binary 1110110 1101110 10111010 100101 101001 0 11011 11110110 100100 111010

Color Harmonies of #766EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766EBA

Black with #766EBA

Text Example


Text Example

White with #766EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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