#877BBC

Color #877BBC Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #877BBC

Tints of Moody Blue #877BBC

Color information

#877BBC (or 0x877BBC) is unknown color: approx Moody Blue. HEX triplet: 87, 7B and BC. RGB value is (135,123,188). Sum of RGB (Red+Green+Blue) = 135+123+188=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #877BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BBC is #788443. Grayscale: #858585. Windows color (decimal): -7898180 or 12352391. OLE color: 12352391.

HSL color Cylindrical-coordinate representation of color #877BBC: hue angle of 251.08º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #877BBC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135123188-
CMYK0.280.3500.26
HSL251.08º32.66%60.98%-
HSV(B)251.08º34.57%73.73%-
XYZ26.1522.9550.63-
YUV134158.48128.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.27%
GREEN value IS 123 (48.44% from 255) = 27.58%
BLUE value IS 188 (73.83% from 255) = 42.15%
R=30.27%
G=27.58%
B=42.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351231880.280.3500.26251.0832.6660.98
Hex877BBC1C2301Afb213d
Octal20717327434430323734175
Binary100001111111011101111001110010001101101011111011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #877BBC;
 }
 .AnyTagClassName
 {
   color: #877BBC;
 }
</style>
background-color css

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

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

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

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

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

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