Html Css Color HEX #8685BD Moody Blue

📋 copy color: '#8685BD'

red 134 ◦ green 133 ◦ blue 189

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

Shades of Moody Blue #8685BD

Tints of Moody Blue #8685BD

RGB

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

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

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

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

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8685BD (or 0x8685BD) is known color: Moody Blue. HEX triplet: 86, 85 and BD. RGB value is (134,133,189). Sum of RGB (Red+Green+Blue) = 134+133+189=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 133 (52.34% from 255 or 29.17% 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 #8685BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8685BD is #797A42. Grayscale: #8B8B8B. Windows color (decimal): -7961155 or 12420486. OLE color: 12420486.

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

Color convert

RGB 134 133 189 -
CMYK 0.29 0.30 0 0.26
HSL 241.07º 0.3% 0.63% -
HSV(B) 241.07º 0.3% 0.74% -
XYZ 27.4 25.52 51.63 -
YUV 139.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 134 133 189 0.29 0.30 0 0.26 241.07 0.3 0.63
Hex 86 85 BD 1D 1E 0 1A F1 1E 3F
Octal 206 205 275 35 36 0 32 361 36 77
Binary 10000110 10000101 10111101 11101 11110 0 11010 11110001 11110 111111

Color Harmonies of #8685BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8685BD

Black with #8685BD

Text Example


Text Example

White with #8685BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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