#766CD0

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

Shades of Moody Blue #766CD0

Tints of Moody Blue #766CD0

Color information

#766CD0 (or 0x766CD0) is unknown color: approx Moody Blue. HEX triplet: 76, 6C and D0. RGB value is (118,108,208). Sum of RGB (Red+Green+Blue) = 118+108+208=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #766CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CD0 is #89932F. Grayscale: #7A7A7A. Windows color (decimal): -9016112 or 13659254. OLE color: 13659254.

HSL color Cylindrical-coordinate representation of color #766CD0: hue angle of 246º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #766CD0 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB118108208-
CMYK0.430.4800.18
HSL246º51.55%61.96%-
HSV(B)246º48.08%81.57%-
XYZ24.2219.1362.09-
YUV122.39176.31124.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 108 (42.58% from 255) = 24.88%
BLUE value IS 208 (81.64% from 255) = 47.93%
R=27.19%
G=24.88%
B=47.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1181082080.430.4800.1824651.5561.96
Hex766CD02B30012f6343e
Octal16615432053600223666476
Binary111011011011001101000010101111000001001011110110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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