Html Css Color HEX #8580BC Moody Blue

📋 copy color: '#8580BC'

red 133 ◦ green 128 ◦ blue 188

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

Shades of Moody Blue #8580BC

Tints of Moody Blue #8580BC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.51%

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

R = 29.62%
G = 28.51%
B = 41.87%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8580BC (or 0x8580BC) is known color: Moody Blue. HEX triplet: 85, 80 and BC. RGB value is (133,128,188). Sum of RGB (Red+Green+Blue) = 133+128+188=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #8580BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8580BC is #7A7F43. Grayscale: #888888. Windows color (decimal): -8027972 or 12353669. OLE color: 12353669.

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

Color convert

RGB 133 128 188 -
CMYK 0.29 0.32 0 0.26
HSL 245º 0.31% 0.62% -
HSV(B) 245º 0.32% 0.74% -
XYZ 26.47 24.06 50.83 -
YUV 136.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 133 128 188 0.29 0.32 0 0.26 245 0.31 0.62
Hex 85 80 BC 1D 20 0 1A F5 1F 3E
Octal 205 200 274 35 40 0 32 365 37 76
Binary 10000101 10000000 10111100 11101 100000 0 11010 11110101 11111 111110

Color Harmonies of #8580BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8580BC

Black with #8580BC

Text Example


Text Example

White with #8580BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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