Html Css Color HEX #767DDD Moody Blue

📋 copy color: '#767DDD'

red 118 ◦ green 125 ◦ blue 221

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

Shades of Moody Blue #767DDD

Tints of Moody Blue #767DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.94%

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 25.43%
G = 26.94%
B = 47.63%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#767DDD (or 0x767DDD) is known color: Moody Blue. HEX triplet: 76, 7D and DD. RGB value is (118,125,221). Sum of RGB (Red+Green+Blue) = 118+125+221=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #767DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767DDD is #898222. Grayscale: #858585. Windows color (decimal): -9011747 or 14515574. OLE color: 14515574.

HSL color Cylindrical-coordinate representation of color #767DDD: hue angle of 235.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #767DDD is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 125 221 -
CMYK 0.47 0.43 0 0.13
HSL 235.92º 0.6% 0.66% -
HSV(B) 235.92º 0.47% 0.87% -
XYZ 27.86 23.74 71.52 -
YUV 133.85 177.18 116.69 -
System Red Green Blue C M Y K H S L
Decimal 118 125 221 0.47 0.43 0 0.13 235.92 0.6 0.66
Hex 76 7D DD 2F 2B 0 D EC 3C 42
Octal 166 175 335 57 53 0 15 354 74 102
Binary 1110110 1111101 11011101 101111 101011 0 1101 11101100 111100 1000010

Color Harmonies of #767DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767DDD

Black with #767DDD

Text Example


Text Example

White with #767DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,125,221); }

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

background-color css

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

 a { background-color: rgb(118,125,221); }

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

border-color css

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

 span { border-color: rgb(118,125,221); }

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