Html Css Color HEX #877BBF Moody Blue

📋 copy color: '#877BBF'

red 135 ◦ green 123 ◦ blue 191

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

Shades of Moody Blue #877BBF

Tints of Moody Blue #877BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.54%

R = 30.07%
G = 27.39%
B = 42.54%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#877BBF (or 0x877BBF) is known color: Moody Blue. HEX triplet: 87, 7B and BF. RGB value is (135,123,191). Sum of RGB (Red+Green+Blue) = 135+123+191=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #877BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BBF is #788440. Grayscale: #868686. Windows color (decimal): -7898177 or 12548999. OLE color: 12548999.

HSL color Cylindrical-coordinate representation of color #877BBF: hue angle of 250.59º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #877BBF is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 123 191 -
CMYK 0.29 0.36 0 0.25
HSL 250.59º 0.35% 0.62% -
HSV(B) 250.59º 0.36% 0.75% -
XYZ 26.48 23.08 52.35 -
YUV 134.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 135 123 191 0.29 0.36 0 0.25 250.59 0.35 0.62
Hex 87 7B BF 1D 24 0 19 FB 23 3E
Octal 207 173 277 35 44 0 31 373 43 76
Binary 10000111 1111011 10111111 11101 100100 0 11001 11111011 100011 111110

Color Harmonies of #877BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877BBF

Black with #877BBF

Text Example


Text Example

White with #877BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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