Html Css Color HEX #766DCD Moody Blue

📋 copy color: '#766DCD'

red 118 ◦ green 109 ◦ blue 205

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

Shades of Moody Blue #766DCD

Tints of Moody Blue #766DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 27.31%
G = 25.23%
B = 47.45%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#766DCD (or 0x766DCD) is known color: Moody Blue. HEX triplet: 76, 6D and CD. RGB value is (118,109,205). Sum of RGB (Red+Green+Blue) = 118+109+205=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #766DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DCD is #899232. Grayscale: #7A7A7A. Windows color (decimal): -9015859 or 13462902. OLE color: 13462902.

HSL color Cylindrical-coordinate representation of color #766DCD: hue angle of 245.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766DCD is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 109 205 -
CMYK 0.42 0.47 0 0.20
HSL 245.63º 0.49% 0.62% -
HSV(B) 245.63º 0.47% 0.8% -
XYZ 23.96 19.2 60.2 -
YUV 122.64 174.48 124.69 -
System Red Green Blue C M Y K H S L
Decimal 118 109 205 0.42 0.47 0 0.20 245.63 0.49 0.62
Hex 76 6D CD 2A 2F 0 14 F6 31 3E
Octal 166 155 315 52 57 0 24 366 61 76
Binary 1110110 1101101 11001101 101010 101111 0 10100 11110110 110001 111110

Color Harmonies of #766DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766DCD

Black with #766DCD

Text Example


Text Example

White with #766DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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