Html Css Color HEX #8476BC Moody Blue

📋 copy color: '#8476BC'

red 132 ◦ green 118 ◦ blue 188

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

Shades of Moody Blue #8476BC

Tints of Moody Blue #8476BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 30.14%
G = 26.94%
B = 42.92%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8476BC (or 0x8476BC) is known color: Moody Blue. HEX triplet: 84, 76 and BC. RGB value is (132,118,188). Sum of RGB (Red+Green+Blue) = 132+118+188=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #8476BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8476BC is #7B8943. Grayscale: #818181. Windows color (decimal): -8096068 or 12351108. OLE color: 12351108.

HSL color Cylindrical-coordinate representation of color #8476BC: hue angle of 252º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8476BC is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 118 188 -
CMYK 0.30 0.37 0 0.26
HSL 252º 0.34% 0.6% -
HSV(B) 252º 0.37% 0.74% -
XYZ 25.07 21.49 50.4 -
YUV 130.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 132 118 188 0.30 0.37 0 0.26 252 0.34 0.6
Hex 84 76 BC 1E 25 0 1A FC 22 3C
Octal 204 166 274 36 45 0 32 374 42 74
Binary 10000100 1110110 10111100 11110 100101 0 11010 11111100 100010 111100

Color Harmonies of #8476BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8476BC

Black with #8476BC

Text Example


Text Example

White with #8476BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8476BC; }

 p { color: rgb(132,118,188); }

 H1.HeaderClassName
 {
   color: #8476BC;
 }
 .AnyTagClassName
 {
   color: #8476BC;
 }
</style>

background-color css

<style>
 a { background-color: #8476BC; }

 a { background-color: rgb(132,118,188); }

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

border-color css

<style>
 span { border-color: #8476BC; }

 span { border-color: rgb(132,118,188); }

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