#766CC8

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

Shades of Moody Blue #766CC8

Tints of Moody Blue #766CC8

Color information

#766CC8 (or 0x766CC8) is unknown color: approx Moody Blue. HEX triplet: 76, 6C and C8. RGB value is (118,108,200). Sum of RGB (Red+Green+Blue) = 118+108+200=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: blue. Hex color #766CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CC8 is #899337. Grayscale: #797979. Windows color (decimal): -9016120 or 13134966. OLE color: 13134966.

HSL color Cylindrical-coordinate representation of color #766CC8: hue angle of 246.52º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #766CC8 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB118108200-
CMYK0.410.4600.22
HSL246.52º45.54%60.39%-
HSV(B)246.52º46%78.43%-
XYZ23.2618.7557.04-
YUV121.48172.31125.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.70%
GREEN value IS 108 (42.58% from 255) = 25.35%
BLUE value IS 200 (78.52% from 255) = 46.95%
R=27.70%
G=25.35%
B=46.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181082000.410.4600.22246.5245.5460.39
Hex766CC8292E016f72e3c
Octal16615431051560263675674
Binary111011011011001100100010100110111001011011110111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,108,200); }

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

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

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

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

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

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

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