#766BBC

Color #766BBC Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #766BBC

Tints of Moody Blue #766BBC

Color information

#766BBC (or 0x766BBC) is unknown color: approx Moody Blue. HEX triplet: 76, 6B and BC. RGB value is (118,107,188). Sum of RGB (Red+Green+Blue) = 118+107+188=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #766BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BBC is #899443. Grayscale: #777777. Windows color (decimal): -9016388 or 12348278. OLE color: 12348278.

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

Color convert

RGB118107188-
CMYK0.370.4300.26
HSL248.15º37.67%57.84%-
HSV(B)248.15º43.09%73.73%-
XYZ21.811849.9-
YUV119.52166.64126.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.57%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=28.57%
G=25.91%
B=45.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181071880.370.4300.26248.1537.6757.84
Hex766BBC252B01Af8263a
Octal16615327445530323704672
Binary111011011010111011110010010110101101101011111000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #766BBC;
 }
 .AnyTagClassName
 {
   color: #766BBC;
 }
</style>
background-color css

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

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

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

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

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

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