Html Css Color HEX #8585BC Moody Blue

📋 copy color: '#8585BC'

red 133 ◦ green 133 ◦ blue 188

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

Shades of Moody Blue #8585BC

Tints of Moody Blue #8585BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 29.3%
G = 29.3%
B = 41.41%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8585BC (or 0x8585BC) is known color: Moody Blue. HEX triplet: 85, 85 and BC. RGB value is (133,133,188). Sum of RGB (Red+Green+Blue) = 133+133+188=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #8585BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585BC is #7A7A43. Grayscale: #8B8B8B. Windows color (decimal): -8026692 or 12354949. OLE color: 12354949.

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

Color convert

RGB 133 133 188 -
CMYK 0.29 0.29 0 0.26
HSL 240º 0.29% 0.63% -
HSV(B) 240º 0.29% 0.74% -
XYZ 27.14 25.39 51.05 -
YUV 139.27 155.5 123.53 -
System Red Green Blue C M Y K H S L
Decimal 133 133 188 0.29 0.29 0 0.26 240 0.29 0.63
Hex 85 85 BC 1D 1D 0 1A F0 1D 3F
Octal 205 205 274 35 35 0 32 360 35 77
Binary 10000101 10000101 10111100 11101 11101 0 11010 11110000 11101 111111

Color Harmonies of #8585BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8585BC

Black with #8585BC

Text Example


Text Example

White with #8585BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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