Html Css Color HEX #877FBB Moody Blue

📋 copy color: '#877FBB'

red 135 ◦ green 127 ◦ blue 187

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

Shades of Moody Blue #877FBB

Tints of Moody Blue #877FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 28.29%

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 30.07%
G = 28.29%
B = 41.65%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#877FBB (or 0x877FBB) is known color: Moody Blue. HEX triplet: 87, 7F and BB. RGB value is (135,127,187). Sum of RGB (Red+Green+Blue) = 135+127+187=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #877FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FBB is #788044. Grayscale: #888888. Windows color (decimal): -7897157 or 12287879. OLE color: 12287879.

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

Color convert

RGB 135 127 187 -
CMYK 0.28 0.32 0 0.27
HSL 248º 0.31% 0.62% -
HSV(B) 248º 0.32% 0.73% -
XYZ 26.55 23.92 50.23 -
YUV 136.23 156.65 127.12 -
System Red Green Blue C M Y K H S L
Decimal 135 127 187 0.28 0.32 0 0.27 248 0.31 0.62
Hex 87 7F BB 1C 20 0 1B F8 1F 3E
Octal 207 177 273 34 40 0 33 370 37 76
Binary 10000111 1111111 10111011 11100 100000 0 11011 11111000 11111 111110

Color Harmonies of #877FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FBB

Black with #877FBB

Text Example


Text Example

White with #877FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,127,187); }

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

background-color css

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

 a { background-color: rgb(135,127,187); }

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

border-color css

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

 span { border-color: rgb(135,127,187); }

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