Html Css Color HEX #8475BA Moody Blue

📋 copy color: '#8475BA'

red 132 ◦ green 117 ◦ blue 186

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

Shades of Moody Blue #8475BA

Tints of Moody Blue #8475BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.9%

 BLUE value IS 186 (73.05% from 255) = 42.76%

R = 30.34%
G = 26.9%
B = 42.76%

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

#8475BA (or 0x8475BA) is known color: Moody Blue. HEX triplet: 84, 75 and BA. RGB value is (132,117,186). Sum of RGB (Red+Green+Blue) = 132+117+186=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #8475BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8475BA is #7B8A45. Grayscale: #818181. Windows color (decimal): -8096326 or 12219780. OLE color: 12219780.

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

Color convert

RGB 132 117 186 -
CMYK 0.29 0.37 0 0.27
HSL 253.04º 0.33% 0.59% -
HSV(B) 253.04º 0.37% 0.73% -
XYZ 24.74 21.17 49.24 -
YUV 129.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 132 117 186 0.29 0.37 0 0.27 253.04 0.33 0.59
Hex 84 75 BA 1D 25 0 1B FD 21 3B
Octal 204 165 272 35 45 0 33 375 41 73
Binary 10000100 1110101 10111010 11101 100101 0 11011 11111101 100001 111011

Color Harmonies of #8475BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8475BA

Black with #8475BA

Text Example


Text Example

White with #8475BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8475BA; }

 p { color: rgb(132,117,186); }

 H1.HeaderClassName
 {
   color: #8475BA;
 }
 .AnyTagClassName
 {
   color: #8475BA;
 }
</style>

background-color css

<style>
 a { background-color: #8475BA; }

 a { background-color: rgb(132,117,186); }

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

border-color css

<style>
 span { border-color: #8475BA; }

 span { border-color: rgb(132,117,186); }

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