Html Css Color HEX #8576BB Moody Blue

📋 copy color: '#8576BB'

red 133 ◦ green 118 ◦ blue 187

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

Shades of Moody Blue #8576BB

Tints of Moody Blue #8576BB

RGB

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

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

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

R = 30.37%
G = 26.94%
B = 42.69%

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

#8576BB (or 0x8576BB) is known color: Moody Blue. HEX triplet: 85, 76 and BB. RGB value is (133,118,187). Sum of RGB (Red+Green+Blue) = 133+118+187=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #8576BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8576BB is #7A8944. Grayscale: #828282. Windows color (decimal): -8030533 or 12285573. OLE color: 12285573.

HSL color Cylindrical-coordinate representation of color #8576BB: hue angle of 253.04º 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 #8576BB is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 118 187 -
CMYK 0.29 0.37 0 0.27
HSL 253.04º 0.34% 0.6% -
HSV(B) 253.04º 0.37% 0.73% -
XYZ 25.12 21.53 49.85 -
YUV 130.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 133 118 187 0.29 0.37 0 0.27 253.04 0.34 0.6
Hex 85 76 BB 1D 25 0 1B FD 22 3C
Octal 205 166 273 35 45 0 33 375 42 74
Binary 10000101 1110110 10111011 11101 100101 0 11011 11111101 100010 111100

Color Harmonies of #8576BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8576BB

Black with #8576BB

Text Example


Text Example

White with #8576BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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