Html Css Color HEX #877BCD Moody Blue

📋 copy color: '#877BCD'

red 135 ◦ green 123 ◦ blue 205

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

Shades of Moody Blue #877BCD

Tints of Moody Blue #877BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 29.16%
G = 26.57%
B = 44.28%

CMYK

 C value IS 0.34

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#877BCD (or 0x877BCD) is known color: Moody Blue. HEX triplet: 87, 7B and CD. RGB value is (135,123,205). Sum of RGB (Red+Green+Blue) = 135+123+205=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #877BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BCD is #788432. Grayscale: #878787. Windows color (decimal): -7898163 or 13466503. OLE color: 13466503.

HSL color Cylindrical-coordinate representation of color #877BCD: hue angle of 248.78º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #877BCD is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 123 205 -
CMYK 0.34 0.4 0 0.20
HSL 248.78º 0.45% 0.64% -
HSV(B) 248.78º 0.4% 0.8% -
XYZ 28.09 23.72 60.86 -
YUV 135.94 166.98 127.33 -
System Red Green Blue C M Y K H S L
Decimal 135 123 205 0.34 0.4 0 0.20 248.78 0.45 0.64
Hex 87 7B CD 22 28 0 14 F9 2D 40
Octal 207 173 315 42 50 0 24 371 55 100
Binary 10000111 1111011 11001101 100010 101000 0 10100 11111001 101101 1000000

Color Harmonies of #877BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877BCD

Black with #877BCD

Text Example


Text Example

White with #877BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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