Html Css Color HEX #877BB9 Moody Blue

📋 copy color: '#877BB9'

red 135 ◦ green 123 ◦ blue 185

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

Shades of Moody Blue #877BB9

Tints of Moody Blue #877BB9

RGB

 RED value IS 135 (53.13% from 255) = 30.47%

 GREEN value IS 123 (48.44% from 255) = 27.77%

 BLUE value IS 185 (72.66% from 255) = 41.76%

R = 30.47%
G = 27.77%
B = 41.76%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#877BB9 (or 0x877BB9) is known color: Moody Blue. HEX triplet: 87, 7B and B9. RGB value is (135,123,185). Sum of RGB (Red+Green+Blue) = 135+123+185=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #877BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BB9 is #788446. Grayscale: #858585. Windows color (decimal): -7898183 or 12155783. OLE color: 12155783.

HSL color Cylindrical-coordinate representation of color #877BB9: hue angle of 251.61º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #877BB9 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 123 185 -
CMYK 0.27 0.34 0 0.27
HSL 251.61º 0.31% 0.6% -
HSV(B) 251.61º 0.34% 0.73% -
XYZ 25.83 22.82 48.94 -
YUV 133.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 135 123 185 0.27 0.34 0 0.27 251.61 0.31 0.6
Hex 87 7B B9 1B 22 0 1B FC 1F 3C
Octal 207 173 271 33 42 0 33 374 37 74
Binary 10000111 1111011 10111001 11011 100010 0 11011 11111100 11111 111100

Color Harmonies of #877BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877BB9

Black with #877BB9

Text Example


Text Example

White with #877BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877BB9; }

 p { color: rgb(135,123,185); }

 H1.HeaderClassName
 {
   color: #877BB9;
 }
 .AnyTagClassName
 {
   color: #877BB9;
 }
</style>

background-color css

<style>
 a { background-color: #877BB9; }

 a { background-color: rgb(135,123,185); }

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

border-color css

<style>
 span { border-color: #877BB9; }

 span { border-color: rgb(135,123,185); }

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