Html Css Color HEX #8585BA Moody Blue

📋 copy color: '#8585BA'

red 133 ◦ green 133 ◦ blue 186

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

Shades of Moody Blue #8585BA

Tints of Moody Blue #8585BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.42%

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 29.42%
G = 29.42%
B = 41.15%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8585BA (or 0x8585BA) is known color: Moody Blue. HEX triplet: 85, 85 and BA. RGB value is (133,133,186). Sum of RGB (Red+Green+Blue) = 133+133+186=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #8585BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585BA is #7A7A45. Grayscale: #8A8A8A. Windows color (decimal): -8026694 or 12223877. OLE color: 12223877.

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

Color convert

RGB 133 133 186 -
CMYK 0.28 0.28 0 0.27
HSL 240º 0.28% 0.63% -
HSV(B) 240º 0.28% 0.73% -
XYZ 26.92 25.31 49.92 -
YUV 139.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 133 133 186 0.28 0.28 0 0.27 240 0.28 0.63
Hex 85 85 BA 1C 1C 0 1B F0 1C 3F
Octal 205 205 272 34 34 0 33 360 34 77
Binary 10000101 10000101 10111010 11100 11100 0 11011 11110000 11100 111111

Color Harmonies of #8585BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8585BA

Black with #8585BA

Text Example


Text Example

White with #8585BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8585BA; }

 p { color: rgb(133,133,186); }

 H1.HeaderClassName
 {
   color: #8585BA;
 }
 .AnyTagClassName
 {
   color: #8585BA;
 }
</style>

background-color css

<style>
 a { background-color: #8585BA; }

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

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

border-color css

<style>
 span { border-color: #8585BA; }

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

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