Html Css Color HEX #8477CE Moody Blue

📋 copy color: '#8477CE'

red 132 ◦ green 119 ◦ blue 206

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

Shades of Moody Blue #8477CE

Tints of Moody Blue #8477CE

RGB

 RED value IS 132 (51.95% from 255) = 28.88%

 GREEN value IS 119 (46.88% from 255) = 26.04%

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 28.88%
G = 26.04%
B = 45.08%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8477CE (or 0x8477CE) is known color: Moody Blue. HEX triplet: 84, 77 and CE. RGB value is (132,119,206). Sum of RGB (Red+Green+Blue) = 132+119+206=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #8477CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477CE is #7B8831. Grayscale: #848484. Windows color (decimal): -8095794 or 13531012. OLE color: 13531012.

HSL color Cylindrical-coordinate representation of color #8477CE: hue angle of 248.97º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8477CE is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 119 206 -
CMYK 0.36 0.42 0 0.19
HSL 248.97º 0.47% 0.64% -
HSV(B) 248.97º 0.42% 0.81% -
XYZ 27.25 22.56 61.31 -
YUV 132.81 169.31 127.43 -
System Red Green Blue C M Y K H S L
Decimal 132 119 206 0.36 0.42 0 0.19 248.97 0.47 0.64
Hex 84 77 CE 24 2A 0 13 F9 2F 40
Octal 204 167 316 44 52 0 23 371 57 100
Binary 10000100 1110111 11001110 100100 101010 0 10011 11111001 101111 1000000

Color Harmonies of #8477CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8477CE

Black with #8477CE

Text Example


Text Example

White with #8477CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8477CE; }

 p { color: rgb(132,119,206); }

 H1.HeaderClassName
 {
   color: #8477CE;
 }
 .AnyTagClassName
 {
   color: #8477CE;
 }
</style>

background-color css

<style>
 a { background-color: #8477CE; }

 a { background-color: rgb(132,119,206); }

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

border-color css

<style>
 span { border-color: #8477CE; }

 span { border-color: rgb(132,119,206); }

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