Html Css Color HEX #766ED2 Moody Blue

📋 copy color: '#766ED2'

red 118 ◦ green 110 ◦ blue 210

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

Shades of Moody Blue #766ED2

Tints of Moody Blue #766ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.95%

R = 26.94%
G = 25.11%
B = 47.95%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#766ED2 (or 0x766ED2) is known color: Moody Blue. HEX triplet: 76, 6E and D2. RGB value is (118,110,210). Sum of RGB (Red+Green+Blue) = 118+110+210=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 210 (82.42% from 255 or 47.95% from 438); Max value from RGB is 210 - color contains mainly: blue. Hex color #766ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ED2 is #89912D. Grayscale: #7B7B7B. Windows color (decimal): -9015598 or 13790838. OLE color: 13790838.

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

Color convert

RGB 118 110 210 -
CMYK 0.44 0.48 0 0.18
HSL 244.8º 0.53% 0.63% -
HSV(B) 244.8º 0.48% 0.82% -
XYZ 24.68 19.66 63.47 -
YUV 123.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 118 110 210 0.44 0.48 0 0.18 244.8 0.53 0.63
Hex 76 6E D2 2C 30 0 12 F5 35 3F
Octal 166 156 322 54 60 0 22 365 65 77
Binary 1110110 1101110 11010010 101100 110000 0 10010 11110101 110101 111111

Color Harmonies of #766ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766ED2

Black with #766ED2

Text Example


Text Example

White with #766ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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