Html Css Color HEX #8576B7 Moody Blue

📋 copy color: '#8576B7'

red 133 ◦ green 118 ◦ blue 183

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

Shades of Moody Blue #8576B7

Tints of Moody Blue #8576B7

RGB

 RED value IS 133 (52.34% from 255) = 30.65%

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

 BLUE value IS 183 (71.88% from 255) = 42.17%

R = 30.65%
G = 27.19%
B = 42.17%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8576B7 (or 0x8576B7) is known color: Moody Blue. HEX triplet: 85, 76 and B7. RGB value is (133,118,183). Sum of RGB (Red+Green+Blue) = 133+118+183=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 183 - color contains mainly: blue. Hex color #8576B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8576B7 is #7A8948. Grayscale: #818181. Windows color (decimal): -8030537 or 12023429. OLE color: 12023429.

HSL color Cylindrical-coordinate representation of color #8576B7: hue angle of 253.85º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8576B7 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 118 183 -
CMYK 0.27 0.36 0 0.28
HSL 253.85º 0.31% 0.59% -
HSV(B) 253.85º 0.36% 0.72% -
XYZ 24.7 21.36 47.62 -
YUV 129.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 133 118 183 0.27 0.36 0 0.28 253.85 0.31 0.59
Hex 85 76 B7 1B 24 0 1C FE 1F 3B
Octal 205 166 267 33 44 0 34 376 37 73
Binary 10000101 1110110 10110111 11011 100100 0 11100 11111110 11111 111011

Color Harmonies of #8576B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8576B7

Black with #8576B7

Text Example


Text Example

White with #8576B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8576B7; }

 p { color: rgb(133,118,183); }

 H1.HeaderClassName
 {
   color: #8576B7;
 }
 .AnyTagClassName
 {
   color: #8576B7;
 }
</style>

background-color css

<style>
 a { background-color: #8576B7; }

 a { background-color: rgb(133,118,183); }

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

border-color css

<style>
 span { border-color: #8576B7; }

 span { border-color: rgb(133,118,183); }

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