Html Css Color HEX #8582B9 Moody Blue

📋 copy color: '#8582B9'

red 133 ◦ green 130 ◦ blue 185

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

Shades of Moody Blue #8582B9

Tints of Moody Blue #8582B9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.02%

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 29.69%
G = 29.02%
B = 41.29%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8582B9 (or 0x8582B9) is known color: Moody Blue. HEX triplet: 85, 82 and B9. RGB value is (133,130,185). Sum of RGB (Red+Green+Blue) = 133+130+185=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #8582B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582B9 is #7A7D46. Grayscale: #888888. Windows color (decimal): -8027463 or 12157573. OLE color: 12157573.

HSL color Cylindrical-coordinate representation of color #8582B9: hue angle of 243.27º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8582B9 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 130 185 -
CMYK 0.28 0.30 0 0.27
HSL 243.27º 0.28% 0.62% -
HSV(B) 243.27º 0.3% 0.73% -
XYZ 26.41 24.45 49.23 -
YUV 137.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 133 130 185 0.28 0.30 0 0.27 243.27 0.28 0.62
Hex 85 82 B9 1C 1E 0 1B F3 1C 3E
Octal 205 202 271 34 36 0 33 363 34 76
Binary 10000101 10000010 10111001 11100 11110 0 11011 11110011 11100 111110

Color Harmonies of #8582B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8582B9

Black with #8582B9

Text Example


Text Example

White with #8582B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8582B9; }

 p { color: rgb(133,130,185); }

 H1.HeaderClassName
 {
   color: #8582B9;
 }
 .AnyTagClassName
 {
   color: #8582B9;
 }
</style>

background-color css

<style>
 a { background-color: #8582B9; }

 a { background-color: rgb(133,130,185); }

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

border-color css

<style>
 span { border-color: #8582B9; }

 span { border-color: rgb(133,130,185); }

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