Html Css Color HEX #8884BA Moody Blue

📋 copy color: '#8884BA'

red 136 ◦ green 132 ◦ blue 186

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

Shades of Moody Blue #8884BA

Tints of Moody Blue #8884BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.07%

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

R = 29.96%
G = 29.07%
B = 40.97%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8884BA (or 0x8884BA) is known color: Moody Blue. HEX triplet: 88, 84 and BA. RGB value is (136,132,186). Sum of RGB (Red+Green+Blue) = 136+132+186=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #8884BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884BA is #777B45. Grayscale: #8B8B8B. Windows color (decimal): -7830342 or 12223624. OLE color: 12223624.

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

Color convert

RGB 136 132 186 -
CMYK 0.27 0.29 0 0.27
HSL 244.44º 0.28% 0.62% -
HSV(B) 244.44º 0.29% 0.73% -
XYZ 27.27 25.28 49.9 -
YUV 139.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 136 132 186 0.27 0.29 0 0.27 244.44 0.28 0.62
Hex 88 84 BA 1B 1D 0 1B F4 1C 3E
Octal 210 204 272 33 35 0 33 364 34 76
Binary 10001000 10000100 10111010 11011 11101 0 11011 11110100 11100 111110

Color Harmonies of #8884BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8884BA

Black with #8884BA

Text Example


Text Example

White with #8884BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,132,186); }

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

background-color css

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

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

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

border-color css

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

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

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