Html Css Color HEX #877BBB Moody Blue

📋 copy color: '#877BBB'

red 135 ◦ green 123 ◦ blue 187

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

Shades of Moody Blue #877BBB

Tints of Moody Blue #877BBB

RGB

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

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

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

R = 30.34%
G = 27.64%
B = 42.02%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#877BBB (or 0x877BBB) is known color: Moody Blue. HEX triplet: 87, 7B and BB. RGB value is (135,123,187). Sum of RGB (Red+Green+Blue) = 135+123+187=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #877BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BBB is #788444. Grayscale: #858585. Windows color (decimal): -7898181 or 12286855. OLE color: 12286855.

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

Color convert

RGB 135 123 187 -
CMYK 0.28 0.34 0 0.27
HSL 251.25º 0.32% 0.61% -
HSV(B) 251.25º 0.34% 0.73% -
XYZ 26.04 22.9 50.06 -
YUV 133.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 135 123 187 0.28 0.34 0 0.27 251.25 0.32 0.61
Hex 87 7B BB 1C 22 0 1B FB 20 3D
Octal 207 173 273 34 42 0 33 373 40 75
Binary 10000111 1111011 10111011 11100 100010 0 11011 11111011 100000 111101

Color Harmonies of #877BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877BBB

Black with #877BBB

Text Example


Text Example

White with #877BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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