Html Css Color HEX #8878C2 Moody Blue

📋 copy color: '#8878C2'

red 136 ◦ green 120 ◦ blue 194

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

Shades of Moody Blue #8878C2

Tints of Moody Blue #8878C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.11%

R = 30.22%
G = 26.67%
B = 43.11%

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

#8878C2 (or 0x8878C2) is known color: Moody Blue. HEX triplet: 88, 78 and C2. RGB value is (136,120,194). Sum of RGB (Red+Green+Blue) = 136+120+194=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #8878C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878C2 is #77873D. Grayscale: #848484. Windows color (decimal): -7833406 or 12744840. OLE color: 12744840.

HSL color Cylindrical-coordinate representation of color #8878C2: hue angle of 252.97º 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 #8878C2 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 120 194 -
CMYK 0.30 0.38 0 0.24
HSL 252.97º 0.38% 0.62% -
HSV(B) 252.97º 0.38% 0.76% -
XYZ 26.61 22.56 53.99 -
YUV 133.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 136 120 194 0.30 0.38 0 0.24 252.97 0.38 0.62
Hex 88 78 C2 1E 26 0 18 FD 26 3E
Octal 210 170 302 36 46 0 30 375 46 76
Binary 10001000 1111000 11000010 11110 100110 0 11000 11111101 100110 111110

Color Harmonies of #8878C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8878C2

Black with #8878C2

Text Example


Text Example

White with #8878C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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