Html Css Color HEX #766FD5 Moody Blue

📋 copy color: '#766FD5'

red 118 ◦ green 111 ◦ blue 213

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

Shades of Moody Blue #766FD5

Tints of Moody Blue #766FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.19%

R = 26.7%
G = 25.11%
B = 48.19%

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

#766FD5 (or 0x766FD5) is known color: Moody Blue. HEX triplet: 76, 6F and D5. RGB value is (118,111,213). Sum of RGB (Red+Green+Blue) = 118+111+213=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #766FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FD5 is #89902A. Grayscale: #7C7C7C. Windows color (decimal): -9015339 or 13987702. OLE color: 13987702.

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

Color convert

RGB 118 111 213 -
CMYK 0.45 0.48 0 0.16
HSL 244.12º 0.55% 0.64% -
HSV(B) 244.12º 0.48% 0.84% -
XYZ 25.17 20.02 65.49 -
YUV 124.72 177.82 123.21 -
System Red Green Blue C M Y K H S L
Decimal 118 111 213 0.45 0.48 0 0.16 244.12 0.55 0.64
Hex 76 6F D5 2D 30 0 10 F4 37 40
Octal 166 157 325 55 60 0 20 364 67 100
Binary 1110110 1101111 11010101 101101 110000 0 10000 11110100 110111 1000000

Color Harmonies of #766FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FD5

Black with #766FD5

Text Example


Text Example

White with #766FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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