Html Css Color HEX #8878C3 Moody Blue

📋 copy color: '#8878C3'

red 136 ◦ green 120 ◦ blue 195

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

Shades of Moody Blue #8878C3

Tints of Moody Blue #8878C3

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.61%

 BLUE value IS 195 (76.56% from 255) = 43.24%

R = 30.16%
G = 26.61%
B = 43.24%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8878C3 (or 0x8878C3) is known color: Moody Blue. HEX triplet: 88, 78 and C3. RGB value is (136,120,195). Sum of RGB (Red+Green+Blue) = 136+120+195=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 195 - color contains mainly: blue. Hex color #8878C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878C3 is #77873C. Grayscale: #858585. Windows color (decimal): -7833405 or 12810376. OLE color: 12810376.

HSL color Cylindrical-coordinate representation of color #8878C3: hue angle of 252.8º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8878C3 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 120 195 -
CMYK 0.30 0.38 0 0.24
HSL 252.8º 0.38% 0.62% -
HSV(B) 252.8º 0.38% 0.76% -
XYZ 26.72 22.61 54.59 -
YUV 133.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 136 120 195 0.30 0.38 0 0.24 252.8 0.38 0.62
Hex 88 78 C3 1E 26 0 18 FD 26 3E
Octal 210 170 303 36 46 0 30 375 46 76
Binary 10001000 1111000 11000011 11110 100110 0 11000 11111101 100110 111110

Color Harmonies of #8878C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8878C3

Black with #8878C3

Text Example


Text Example

White with #8878C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8878C3; }

 p { color: rgb(136,120,195); }

 H1.HeaderClassName
 {
   color: #8878C3;
 }
 .AnyTagClassName
 {
   color: #8878C3;
 }
</style>

background-color css

<style>
 a { background-color: #8878C3; }

 a { background-color: rgb(136,120,195); }

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

border-color css

<style>
 span { border-color: #8878C3; }

 span { border-color: rgb(136,120,195); }

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