Html Css Color HEX #8474BB Moody Blue

📋 copy color: '#8474BB'

red 132 ◦ green 116 ◦ blue 187

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

Shades of Moody Blue #8474BB

Tints of Moody Blue #8474BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.67%

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

R = 30.34%
G = 26.67%
B = 42.99%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8474BB (or 0x8474BB) is known color: Moody Blue. HEX triplet: 84, 74 and BB. RGB value is (132,116,187). Sum of RGB (Red+Green+Blue) = 132+116+187=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #8474BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474BB is #7B8B44. Grayscale: #808080. Windows color (decimal): -8096581 or 12285060. OLE color: 12285060.

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

Color convert

RGB 132 116 187 -
CMYK 0.29 0.38 0 0.27
HSL 253.52º 0.34% 0.59% -
HSV(B) 253.52º 0.38% 0.73% -
XYZ 24.73 20.98 49.76 -
YUV 128.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 132 116 187 0.29 0.38 0 0.27 253.52 0.34 0.59
Hex 84 74 BB 1D 26 0 1B FE 22 3B
Octal 204 164 273 35 46 0 33 376 42 73
Binary 10000100 1110100 10111011 11101 100110 0 11011 11111110 100010 111011

Color Harmonies of #8474BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8474BB

Black with #8474BB

Text Example


Text Example

White with #8474BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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