Html Css Color HEX #8879BC Moody Blue

📋 copy color: '#8879BC'

red 136 ◦ green 121 ◦ blue 188

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

Shades of Moody Blue #8879BC

Tints of Moody Blue #8879BC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.19%

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

R = 30.56%
G = 27.19%
B = 42.25%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8879BC (or 0x8879BC) is known color: Moody Blue. HEX triplet: 88, 79 and BC. RGB value is (136,121,188). Sum of RGB (Red+Green+Blue) = 136+121+188=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #8879BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8879BC is #778643. Grayscale: #848484. Windows color (decimal): -7833156 or 12351880. OLE color: 12351880.

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

Color convert

RGB 136 121 188 -
CMYK 0.28 0.36 0 0.26
HSL 253.43º 0.33% 0.61% -
HSV(B) 253.43º 0.36% 0.74% -
XYZ 26.07 22.54 50.55 -
YUV 133.12 158.97 130.05 -
System Red Green Blue C M Y K H S L
Decimal 136 121 188 0.28 0.36 0 0.26 253.43 0.33 0.61
Hex 88 79 BC 1C 24 0 1A FD 21 3D
Octal 210 171 274 34 44 0 32 375 41 75
Binary 10001000 1111001 10111100 11100 100100 0 11010 11111101 100001 111101

Color Harmonies of #8879BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8879BC

Black with #8879BC

Text Example


Text Example

White with #8879BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,121,188); }

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

background-color css

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

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

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

border-color css

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

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

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