#766ACA

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

Shades of Moody Blue #766ACA

Tints of Moody Blue #766ACA

Color information

#766ACA (or 0x766ACA) is unknown color: approx Moody Blue. HEX triplet: 76, 6A and CA. RGB value is (118,106,202). Sum of RGB (Red+Green+Blue) = 118+106+202=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #766ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ACA is #899535. Grayscale: #787878. Windows color (decimal): -9016630 or 13265526. OLE color: 13265526.

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

Color convert

RGB118106202-
CMYK0.420.4800.21
HSL247.5º47.52%60.39%-
HSV(B)247.5º47.52%79.22%-
XYZ23.2918.4258.21-
YUV120.53173.98126.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.70%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=27.70%
G=24.88%
B=47.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181062020.420.4800.21247.547.5260.39
Hex766ACA2A30015f8303c
Octal16615231252600253706074
Binary111011011010101100101010101011000001010111111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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