Html Css Color HEX #766FD6 Moody Blue

📋 copy color: '#766FD6'

red 118 ◦ green 111 ◦ blue 214

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

Shades of Moody Blue #766FD6

Tints of Moody Blue #766FD6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.06%

 BLUE value IS 214 (83.98% from 255) = 48.31%

R = 26.64%
G = 25.06%
B = 48.31%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#766FD6 (or 0x766FD6) is known color: Moody Blue. HEX triplet: 76, 6F and D6. RGB value is (118,111,214). Sum of RGB (Red+Green+Blue) = 118+111+214=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #766FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FD6 is #899029. Grayscale: #7C7C7C. Windows color (decimal): -9015338 or 14053238. OLE color: 14053238.

HSL color Cylindrical-coordinate representation of color #766FD6: hue angle of 244.08º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #766FD6 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 111 214 -
CMYK 0.45 0.48 0 0.16
HSL 244.08º 0.56% 0.64% -
HSV(B) 244.08º 0.48% 0.84% -
XYZ 25.29 20.08 66.16 -
YUV 124.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 118 111 214 0.45 0.48 0 0.16 244.08 0.56 0.64
Hex 76 6F D6 2D 30 0 10 F4 38 40
Octal 166 157 326 55 60 0 20 364 70 100
Binary 1110110 1101111 11010110 101101 110000 0 10000 11110100 111000 1000000

Color Harmonies of #766FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FD6

Black with #766FD6

Text Example


Text Example

White with #766FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,111,214); }

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

background-color css

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

 a { background-color: rgb(118,111,214); }

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

border-color css

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

 span { border-color: rgb(118,111,214); }

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