Html Css Color HEX #8879C0 Moody Blue

📋 copy color: '#8879C0'

red 136 ◦ green 121 ◦ blue 192

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

Shades of Moody Blue #8879C0

Tints of Moody Blue #8879C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.76%

R = 30.29%
G = 26.95%
B = 42.76%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8879C0 (or 0x8879C0) is known color: Moody Blue. HEX triplet: 88, 79 and C0. RGB value is (136,121,192). Sum of RGB (Red+Green+Blue) = 136+121+192=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #8879C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8879C0 is #77863F. Grayscale: #858585. Windows color (decimal): -7833152 or 12614024. OLE color: 12614024.

HSL color Cylindrical-coordinate representation of color #8879C0: hue angle of 252.68º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8879C0 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 121 192 -
CMYK 0.29 0.37 0 0.25
HSL 252.68º 0.36% 0.61% -
HSV(B) 252.68º 0.37% 0.75% -
XYZ 26.51 22.71 52.86 -
YUV 133.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 136 121 192 0.29 0.37 0 0.25 252.68 0.36 0.61
Hex 88 79 C0 1D 25 0 19 FD 24 3D
Octal 210 171 300 35 45 0 31 375 44 75
Binary 10001000 1111001 11000000 11101 100101 0 11001 11111101 100100 111101

Color Harmonies of #8879C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8879C0

Black with #8879C0

Text Example


Text Example

White with #8879C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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