Html Css Color HEX #877BB8 Moody Blue

📋 copy color: '#877BB8'

red 135 ◦ green 123 ◦ blue 184

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

Shades of Moody Blue #877BB8

Tints of Moody Blue #877BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.63%

R = 30.54%
G = 27.83%
B = 41.63%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#877BB8 (or 0x877BB8) is known color: Moody Blue. HEX triplet: 87, 7B and B8. RGB value is (135,123,184). Sum of RGB (Red+Green+Blue) = 135+123+184=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 184 - color contains mainly: blue. Hex color #877BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BB8 is #788447. Grayscale: #858585. Windows color (decimal): -7898184 or 12090247. OLE color: 12090247.

HSL color Cylindrical-coordinate representation of color #877BB8: hue angle of 251.8º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #877BB8 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 135 123 184 -
CMYK 0.27 0.33 0 0.28
HSL 251.8º 0.3% 0.6% -
HSV(B) 251.8º 0.33% 0.72% -
XYZ 25.73 22.78 48.39 -
YUV 133.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 135 123 184 0.27 0.33 0 0.28 251.8 0.3 0.6
Hex 87 7B B8 1B 21 0 1C FC 1E 3C
Octal 207 173 270 33 41 0 34 374 36 74
Binary 10000111 1111011 10111000 11011 100001 0 11100 11111100 11110 111100

Color Harmonies of #877BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877BB8

Black with #877BB8

Text Example


Text Example

White with #877BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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