Html Css Color HEX #877CBA Moody Blue

📋 copy color: '#877CBA'

red 135 ◦ green 124 ◦ blue 186

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

Shades of Moody Blue #877CBA

Tints of Moody Blue #877CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.87%

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 30.34%
G = 27.87%
B = 41.8%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#877CBA (or 0x877CBA) is known color: Moody Blue. HEX triplet: 87, 7C and BA. RGB value is (135,124,186). Sum of RGB (Red+Green+Blue) = 135+124+186=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #877CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CBA is #788345. Grayscale: #868686. Windows color (decimal): -7897926 or 12221575. OLE color: 12221575.

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

Color convert

RGB 135 124 186 -
CMYK 0.27 0.33 0 0.27
HSL 250.65º 0.31% 0.61% -
HSV(B) 250.65º 0.33% 0.73% -
XYZ 26.06 23.11 49.54 -
YUV 134.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 135 124 186 0.27 0.33 0 0.27 250.65 0.31 0.61
Hex 87 7C BA 1B 21 0 1B FB 1F 3D
Octal 207 174 272 33 41 0 33 373 37 75
Binary 10000111 1111100 10111010 11011 100001 0 11011 11111011 11111 111101

Color Harmonies of #877CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877CBA

Black with #877CBA

Text Example


Text Example

White with #877CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,124,186); }

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

background-color css

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

 a { background-color: rgb(135,124,186); }

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

border-color css

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

 span { border-color: rgb(135,124,186); }

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