Html Css Color HEX #8476BB Moody Blue

📋 copy color: '#8476BB'

red 132 ◦ green 118 ◦ blue 187

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

Shades of Moody Blue #8476BB

Tints of Moody Blue #8476BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.79%

R = 30.21%
G = 27%
B = 42.79%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8476BB (or 0x8476BB) is known color: Moody Blue. HEX triplet: 84, 76 and BB. RGB value is (132,118,187). Sum of RGB (Red+Green+Blue) = 132+118+187=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #8476BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8476BB is #7B8944. Grayscale: #818181. Windows color (decimal): -8096069 or 12285572. OLE color: 12285572.

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

Color convert

RGB 132 118 187 -
CMYK 0.29 0.37 0 0.27
HSL 252.17º 0.34% 0.6% -
HSV(B) 252.17º 0.37% 0.73% -
XYZ 24.96 21.45 49.84 -
YUV 130.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 132 118 187 0.29 0.37 0 0.27 252.17 0.34 0.6
Hex 84 76 BB 1D 25 0 1B FC 22 3C
Octal 204 166 273 35 45 0 33 374 42 74
Binary 10000100 1110110 10111011 11101 100101 0 11011 11111100 100010 111100

Color Harmonies of #8476BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8476BB

Black with #8476BB

Text Example


Text Example

White with #8476BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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