Html Css Color HEX #766ECE Moody Blue

📋 copy color: '#766ECE'

red 118 ◦ green 110 ◦ blue 206

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

Shades of Moody Blue #766ECE

Tints of Moody Blue #766ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 27.19%
G = 25.35%
B = 47.47%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#766ECE (or 0x766ECE) is known color: Moody Blue. HEX triplet: 76, 6E and CE. RGB value is (118,110,206). Sum of RGB (Red+Green+Blue) = 118+110+206=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #766ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ECE is #899131. Grayscale: #7A7A7A. Windows color (decimal): -9015602 or 13528694. OLE color: 13528694.

HSL color Cylindrical-coordinate representation of color #766ECE: hue angle of 245º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766ECE is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 110 206 -
CMYK 0.43 0.47 0 0.19
HSL 245º 0.49% 0.62% -
HSV(B) 245º 0.47% 0.81% -
XYZ 24.19 19.46 60.87 -
YUV 123.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 118 110 206 0.43 0.47 0 0.19 245 0.49 0.62
Hex 76 6E CE 2B 2F 0 13 F5 31 3E
Octal 166 156 316 53 57 0 23 365 61 76
Binary 1110110 1101110 11001110 101011 101111 0 10011 11110101 110001 111110

Color Harmonies of #766ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766ECE

Black with #766ECE

Text Example


Text Example

White with #766ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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