Html Css Color HEX #8580C1 Moody Blue

📋 copy color: '#8580C1'

red 133 ◦ green 128 ◦ blue 193

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

Shades of Moody Blue #8580C1

Tints of Moody Blue #8580C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.51%

R = 29.3%
G = 28.19%
B = 42.51%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8580C1 (or 0x8580C1) is known color: Moody Blue. HEX triplet: 85, 80 and C1. RGB value is (133,128,193). Sum of RGB (Red+Green+Blue) = 133+128+193=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #8580C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8580C1 is #7A7F3E. Grayscale: #888888. Windows color (decimal): -8027967 or 12681349. OLE color: 12681349.

HSL color Cylindrical-coordinate representation of color #8580C1: hue angle of 244.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8580C1 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 128 193 -
CMYK 0.31 0.34 0 0.24
HSL 244.62º 0.34% 0.63% -
HSV(B) 244.62º 0.34% 0.76% -
XYZ 27.02 24.28 53.71 -
YUV 136.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 133 128 193 0.31 0.34 0 0.24 244.62 0.34 0.63
Hex 85 80 C1 1F 22 0 18 F5 22 3F
Octal 205 200 301 37 42 0 30 365 42 77
Binary 10000101 10000000 11000001 11111 100010 0 11000 11110101 100010 111111

Color Harmonies of #8580C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8580C1

Black with #8580C1

Text Example


Text Example

White with #8580C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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