Html Css Color HEX #7476CD Moody Blue

📋 copy color: '#7476CD'

red 116 ◦ green 118 ◦ blue 205

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

Shades of Moody Blue #7476CD

Tints of Moody Blue #7476CD

RGB

 RED value IS 116 (45.7% from 255) = 26.42%

 GREEN value IS 118 (46.48% from 255) = 26.88%

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

R = 26.42%
G = 26.88%
B = 46.7%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7476CD (or 0x7476CD) is known color: Moody Blue. HEX triplet: 74, 76 and CD. RGB value is (116,118,205). Sum of RGB (Red+Green+Blue) = 116+118+205=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #7476CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7476CD is #8B8932. Grayscale: #7E7E7E. Windows color (decimal): -9144627 or 13465204. OLE color: 13465204.

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

Color convert

RGB 116 118 205 -
CMYK 0.43 0.42 0 0.20
HSL 238.65º 0.47% 0.63% -
HSV(B) 238.65º 0.43% 0.8% -
XYZ 24.7 21.08 60.52 -
YUV 127.32 171.84 119.93 -
System Red Green Blue C M Y K H S L
Decimal 116 118 205 0.43 0.42 0 0.20 238.65 0.47 0.63
Hex 74 76 CD 2B 2A 0 14 EF 2F 3F
Octal 164 166 315 53 52 0 24 357 57 77
Binary 1110100 1110110 11001101 101011 101010 0 10100 11101111 101111 111111

Color Harmonies of #7476CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7476CD

Black with #7476CD

Text Example


Text Example

White with #7476CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7476CD; }

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

 H1.HeaderClassName
 {
   color: #7476CD;
 }
 .AnyTagClassName
 {
   color: #7476CD;
 }
</style>

background-color css

<style>
 a { background-color: #7476CD; }

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

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

border-color css

<style>
 span { border-color: #7476CD; }

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

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