Html Css Color HEX #8886BF Moody Blue

📋 copy color: '#8886BF'

red 136 ◦ green 134 ◦ blue 191

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

Shades of Moody Blue #8886BF

Tints of Moody Blue #8886BF

RGB

 RED value IS 136 (53.52% from 255) = 29.5%

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

 BLUE value IS 191 (75% from 255) = 41.43%

R = 29.5%
G = 29.07%
B = 41.43%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8886BF (or 0x8886BF) is known color: Moody Blue. HEX triplet: 88, 86 and BF. RGB value is (136,134,191). Sum of RGB (Red+Green+Blue) = 136+134+191=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #8886BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8886BF is #777940. Grayscale: #8C8C8C. Windows color (decimal): -7829825 or 12551816. OLE color: 12551816.

HSL color Cylindrical-coordinate representation of color #8886BF: hue angle of 242.11º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8886BF is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 134 191 -
CMYK 0.29 0.30 0 0.25
HSL 242.11º 0.31% 0.64% -
HSV(B) 242.11º 0.3% 0.75% -
XYZ 28.08 26.05 52.84 -
YUV 141.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 136 134 191 0.29 0.30 0 0.25 242.11 0.31 0.64
Hex 88 86 BF 1D 1E 0 19 F2 1F 40
Octal 210 206 277 35 36 0 31 362 37 100
Binary 10001000 10000110 10111111 11101 11110 0 11001 11110010 11111 1000000

Color Harmonies of #8886BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8886BF

Black with #8886BF

Text Example


Text Example

White with #8886BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8886BF; }

 p { color: rgb(136,134,191); }

 H1.HeaderClassName
 {
   color: #8886BF;
 }
 .AnyTagClassName
 {
   color: #8886BF;
 }
</style>

background-color css

<style>
 a { background-color: #8886BF; }

 a { background-color: rgb(136,134,191); }

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

border-color css

<style>
 span { border-color: #8886BF; }

 span { border-color: rgb(136,134,191); }

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