Html Css Color HEX #766ECC Moody Blue

📋 copy color: '#766ECC'

red 118 ◦ green 110 ◦ blue 204

#766ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #766ECC

Tints of Moody Blue #766ECC

RGB

 RED value IS 118 (46.48% from 255) = 27.31%

 GREEN value IS 110 (43.36% from 255) = 25.46%

 BLUE value IS 204 (80.08% from 255) = 47.22%

R = 27.31%
G = 25.46%
B = 47.22%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#766ECC (or 0x766ECC) is known color: Moody Blue. HEX triplet: 76, 6E and CC. RGB value is (118,110,204). Sum of RGB (Red+Green+Blue) = 118+110+204=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #766ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ECC is #899133. Grayscale: #7A7A7A. Windows color (decimal): -9015604 or 13397622. OLE color: 13397622.

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

Color convert

RGB 118 110 204 -
CMYK 0.42 0.46 0 0.2
HSL 245.11º 0.48% 0.62% -
HSV(B) 245.11º 0.46% 0.8% -
XYZ 23.95 19.36 59.6 -
YUV 123.11 173.65 124.36 -
System Red Green Blue C M Y K H S L
Decimal 118 110 204 0.42 0.46 0 0.2 245.11 0.48 0.62
Hex 76 6E CC 2A 2E 0 14 F5 30 3E
Octal 166 156 314 52 56 0 24 365 60 76
Binary 1110110 1101110 11001100 101010 101110 0 10100 11110101 110000 111110

Color Harmonies of #766ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766ECC

Black with #766ECC

Text Example


Text Example

White with #766ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,110,204); }

 H1.HeaderClassName
 {
   color: #766ECC;
 }
 .AnyTagClassName
 {
   color: #766ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(118,110,204); }

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

border-color css

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

 span { border-color: rgb(118,110,204); }

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