Html Css Color HEX #8586BD Moody Blue

📋 copy color: '#8586BD'

red 133 ◦ green 134 ◦ blue 189

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

Shades of Moody Blue #8586BD

Tints of Moody Blue #8586BD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.39%

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

R = 29.17%
G = 29.39%
B = 41.45%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8586BD (or 0x8586BD) is known color: Moody Blue. HEX triplet: 85, 86 and BD. RGB value is (133,134,189). Sum of RGB (Red+Green+Blue) = 133+134+189=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #8586BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8586BD is #7A7942. Grayscale: #8B8B8B. Windows color (decimal): -8026435 or 12420741. OLE color: 12420741.

HSL color Cylindrical-coordinate representation of color #8586BD: hue angle of 238.93º 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 #8586BD is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 134 189 -
CMYK 0.30 0.29 0 0.26
HSL 238.93º 0.3% 0.63% -
HSV(B) 238.93º 0.3% 0.74% -
XYZ 27.38 25.71 51.66 -
YUV 139.97 155.67 123.03 -
System Red Green Blue C M Y K H S L
Decimal 133 134 189 0.30 0.29 0 0.26 238.93 0.3 0.63
Hex 85 86 BD 1E 1D 0 1A EF 1E 3F
Octal 205 206 275 36 35 0 32 357 36 77
Binary 10000101 10000110 10111101 11110 11101 0 11010 11101111 11110 111111

Color Harmonies of #8586BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8586BD

Black with #8586BD

Text Example


Text Example

White with #8586BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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