Html Css Color HEX #8584BD Moody Blue

📋 copy color: '#8584BD'

red 133 ◦ green 132 ◦ blue 189

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

Shades of Moody Blue #8584BD

Tints of Moody Blue #8584BD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.07%

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 29.3%
G = 29.07%
B = 41.63%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8584BD (or 0x8584BD) is known color: Moody Blue. HEX triplet: 85, 84 and BD. RGB value is (133,132,189). Sum of RGB (Red+Green+Blue) = 133+132+189=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #8584BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8584BD is #7A7B42. Grayscale: #8A8A8A. Windows color (decimal): -8026947 or 12420229. OLE color: 12420229.

HSL color Cylindrical-coordinate representation of color #8584BD: hue angle of 241.05º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8584BD is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 132 189 -
CMYK 0.30 0.30 0 0.26
HSL 241.05º 0.3% 0.63% -
HSV(B) 241.05º 0.3% 0.74% -
XYZ 27.11 25.16 51.57 -
YUV 138.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 133 132 189 0.30 0.30 0 0.26 241.05 0.3 0.63
Hex 85 84 BD 1E 1E 0 1A F1 1E 3F
Octal 205 204 275 36 36 0 32 361 36 77
Binary 10000101 10000100 10111101 11110 11110 0 11010 11110001 11110 111111

Color Harmonies of #8584BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8584BD

Black with #8584BD

Text Example


Text Example

White with #8584BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8584BD; }

 p { color: rgb(133,132,189); }

 H1.HeaderClassName
 {
   color: #8584BD;
 }
 .AnyTagClassName
 {
   color: #8584BD;
 }
</style>

background-color css

<style>
 a { background-color: #8584BD; }

 a { background-color: rgb(133,132,189); }

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

border-color css

<style>
 span { border-color: #8584BD; }

 span { border-color: rgb(133,132,189); }

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