Html Css Color HEX #767ECD Moody Blue

📋 copy color: '#767ECD'

red 118 ◦ green 126 ◦ blue 205

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

Shades of Moody Blue #767ECD

Tints of Moody Blue #767ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.06%

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

R = 26.28%
G = 28.06%
B = 45.66%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#767ECD (or 0x767ECD) is known color: Moody Blue. HEX triplet: 76, 7E and CD. RGB value is (118,126,205). Sum of RGB (Red+Green+Blue) = 118+126+205=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #767ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ECD is #898132. Grayscale: #848484. Windows color (decimal): -9011507 or 13467254. OLE color: 13467254.

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

Color convert

RGB 118 126 205 -
CMYK 0.42 0.39 0 0.20
HSL 234.48º 0.47% 0.63% -
HSV(B) 234.48º 0.42% 0.8% -
XYZ 25.95 23.18 60.86 -
YUV 132.61 168.85 117.58 -
System Red Green Blue C M Y K H S L
Decimal 118 126 205 0.42 0.39 0 0.20 234.48 0.47 0.63
Hex 76 7E CD 2A 27 0 14 EA 2F 3F
Octal 166 176 315 52 47 0 24 352 57 77
Binary 1110110 1111110 11001101 101010 100111 0 10100 11101010 101111 111111

Color Harmonies of #767ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767ECD

Black with #767ECD

Text Example


Text Example

White with #767ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767ECD; }

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

 H1.HeaderClassName
 {
   color: #767ECD;
 }
 .AnyTagClassName
 {
   color: #767ECD;
 }
</style>

background-color css

<style>
 a { background-color: #767ECD; }

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

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

border-color css

<style>
 span { border-color: #767ECD; }

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

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