Html Css Color HEX #766FD7 Moody Blue

📋 copy color: '#766FD7'

red 118 ◦ green 111 ◦ blue 215

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

Shades of Moody Blue #766FD7

Tints of Moody Blue #766FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.42%

R = 26.58%
G = 25%
B = 48.42%

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

#766FD7 (or 0x766FD7) is known color: Moody Blue. HEX triplet: 76, 6F and D7. RGB value is (118,111,215). Sum of RGB (Red+Green+Blue) = 118+111+215=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #766FD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FD7 is #899028. Grayscale: #7C7C7C. Windows color (decimal): -9015337 or 14118774. OLE color: 14118774.

HSL color Cylindrical-coordinate representation of color #766FD7: hue angle of 244.04º degrees, saturation: 0.57, 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 #766FD7 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 111 215 -
CMYK 0.45 0.48 0 0.16
HSL 244.04º 0.57% 0.64% -
HSV(B) 244.04º 0.48% 0.84% -
XYZ 25.42 20.13 66.83 -
YUV 124.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 118 111 215 0.45 0.48 0 0.16 244.04 0.57 0.64
Hex 76 6F D7 2D 30 0 10 F4 39 40
Octal 166 157 327 55 60 0 20 364 71 100
Binary 1110110 1101111 11010111 101101 110000 0 10000 11110100 111001 1000000

Color Harmonies of #766FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FD7

Black with #766FD7

Text Example


Text Example

White with #766FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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