Html Css Color HEX #766DD0 Moody Blue

📋 copy color: '#766DD0'

red 118 ◦ green 109 ◦ blue 208

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

Shades of Moody Blue #766DD0

Tints of Moody Blue #766DD0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.06%

 BLUE value IS 208 (81.64% from 255) = 47.82%

R = 27.13%
G = 25.06%
B = 47.82%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#766DD0 (or 0x766DD0) is known color: Moody Blue. HEX triplet: 76, 6D and D0. RGB value is (118,109,208). Sum of RGB (Red+Green+Blue) = 118+109+208=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #766DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DD0 is #89922F. Grayscale: #7A7A7A. Windows color (decimal): -9015856 or 13659510. OLE color: 13659510.

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

Color convert

RGB 118 109 208 -
CMYK 0.43 0.48 0 0.18
HSL 245.45º 0.51% 0.62% -
HSV(B) 245.45º 0.48% 0.82% -
XYZ 24.33 19.34 62.13 -
YUV 122.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 118 109 208 0.43 0.48 0 0.18 245.45 0.51 0.62
Hex 76 6D D0 2B 30 0 12 F5 33 3E
Octal 166 155 320 53 60 0 22 365 63 76
Binary 1110110 1101101 11010000 101011 110000 0 10010 11110101 110011 111110

Color Harmonies of #766DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766DD0

Black with #766DD0

Text Example


Text Example

White with #766DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,109,208); }

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

background-color css

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

 a { background-color: rgb(118,109,208); }

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

border-color css

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

 span { border-color: rgb(118,109,208); }

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