Html Css Color HEX #8884B4 Moody Blue

📋 copy color: '#8884B4'

red 136 ◦ green 132 ◦ blue 180

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

Shades of Moody Blue #8884B4

Tints of Moody Blue #8884B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.18%

R = 30.36%
G = 29.46%
B = 40.18%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8884B4 (or 0x8884B4) is known color: Moody Blue. HEX triplet: 88, 84 and B4. RGB value is (136,132,180). Sum of RGB (Red+Green+Blue) = 136+132+180=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #8884B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884B4 is #777B4B. Grayscale: #8A8A8A. Windows color (decimal): -7830348 or 11830408. OLE color: 11830408.

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

Color convert

RGB 136 132 180 -
CMYK 0.24 0.27 0 0.29
HSL 245º 0.24% 0.61% -
HSV(B) 245º 0.27% 0.71% -
XYZ 26.64 25.03 46.61 -
YUV 138.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 136 132 180 0.24 0.27 0 0.29 245 0.24 0.61
Hex 88 84 B4 18 1B 0 1D F5 18 3D
Octal 210 204 264 30 33 0 35 365 30 75
Binary 10001000 10000100 10110100 11000 11011 0 11101 11110101 11000 111101

Color Harmonies of #8884B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8884B4

Black with #8884B4

Text Example


Text Example

White with #8884B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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