#766ACB

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

Shades of Moody Blue #766ACB

Tints of Moody Blue #766ACB

Color information

#766ACB (or 0x766ACB) is unknown color: approx Moody Blue. HEX triplet: 76, 6A and CB. RGB value is (118,106,203). Sum of RGB (Red+Green+Blue) = 118+106+203=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #766ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ACB is #899534. Grayscale: #787878. Windows color (decimal): -9016629 or 13331062. OLE color: 13331062.

HSL color Cylindrical-coordinate representation of color #766ACB: hue angle of 247.42º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #766ACB is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118106203-
CMYK0.420.4800.20
HSL247.42º48.26%60.59%-
HSV(B)247.42º47.78%79.61%-
XYZ23.418.4758.83-
YUV120.65174.48126.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.63%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=27.63%
G=24.82%
B=47.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181062030.420.4800.20247.4248.2660.59
Hex766ACB2A30014f7303d
Octal16615231352600243676075
Binary111011011010101100101110101011000001010011110111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,106,203); }

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

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

 a { background-color: rgb(118,106,203); }

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

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

 span { border-color: rgb(118,106,203); }

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