Html Css Color HEX #8576BC Moody Blue

📋 copy color: '#8576BC'

red 133 ◦ green 118 ◦ blue 188

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

Shades of Moody Blue #8576BC

Tints of Moody Blue #8576BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 30.3%
G = 26.88%
B = 42.82%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8576BC (or 0x8576BC) is known color: Moody Blue. HEX triplet: 85, 76 and BC. RGB value is (133,118,188). Sum of RGB (Red+Green+Blue) = 133+118+188=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #8576BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8576BC is #7A8943. Grayscale: #828282. Windows color (decimal): -8030532 or 12351109. OLE color: 12351109.

HSL color Cylindrical-coordinate representation of color #8576BC: hue angle of 252.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8576BC is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 118 188 -
CMYK 0.29 0.37 0 0.26
HSL 252.86º 0.34% 0.6% -
HSV(B) 252.86º 0.37% 0.74% -
XYZ 25.23 21.57 50.41 -
YUV 130.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 133 118 188 0.29 0.37 0 0.26 252.86 0.34 0.6
Hex 85 76 BC 1D 25 0 1A FD 22 3C
Octal 205 166 274 35 45 0 32 375 42 74
Binary 10000101 1110110 10111100 11101 100101 0 11010 11111101 100010 111100

Color Harmonies of #8576BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8576BC

Black with #8576BC

Text Example


Text Example

White with #8576BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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