Html Css Color HEX #8474BD Moody Blue

📋 copy color: '#8474BD'

red 132 ◦ green 116 ◦ blue 189

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

Shades of Moody Blue #8474BD

Tints of Moody Blue #8474BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.25%

R = 30.21%
G = 26.54%
B = 43.25%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8474BD (or 0x8474BD) is known color: Moody Blue. HEX triplet: 84, 74 and BD. RGB value is (132,116,189). Sum of RGB (Red+Green+Blue) = 132+116+189=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #8474BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474BD is #7B8B42. Grayscale: #808080. Windows color (decimal): -8096579 or 12416132. OLE color: 12416132.

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

Color convert

RGB 132 116 189 -
CMYK 0.30 0.39 0 0.26
HSL 253.15º 0.36% 0.6% -
HSV(B) 253.15º 0.39% 0.74% -
XYZ 24.95 21.07 50.9 -
YUV 129.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 132 116 189 0.30 0.39 0 0.26 253.15 0.36 0.6
Hex 84 74 BD 1E 27 0 1A FD 24 3C
Octal 204 164 275 36 47 0 32 375 44 74
Binary 10000100 1110100 10111101 11110 100111 0 11010 11111101 100100 111100

Color Harmonies of #8474BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8474BD

Black with #8474BD

Text Example


Text Example

White with #8474BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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