Html Css Color HEX #877FB2 Moody Blue

📋 copy color: '#877FB2'

red 135 ◦ green 127 ◦ blue 178

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

Shades of Moody Blue #877FB2

Tints of Moody Blue #877FB2

RGB

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

 GREEN value IS 127 (50% from 255) = 28.86%

 BLUE value IS 178 (69.92% from 255) = 40.45%

R = 30.68%
G = 28.86%
B = 40.45%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#877FB2 (or 0x877FB2) is known color: Moody Blue. HEX triplet: 87, 7F and B2. RGB value is (135,127,178). Sum of RGB (Red+Green+Blue) = 135+127+178=440 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.68% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 178 - color contains mainly: blue. Hex color #877FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877FB2 is #78804D. Grayscale: #878787. Windows color (decimal): -7897166 or 11698055. OLE color: 11698055.

HSL color Cylindrical-coordinate representation of color #877FB2: hue angle of 249.41º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #877FB2 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 135 127 178 -
CMYK 0.24 0.29 0 0.30
HSL 249.41º 0.25% 0.6% -
HSV(B) 249.41º 0.29% 0.7% -
XYZ 25.62 23.54 45.31 -
YUV 135.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 135 127 178 0.24 0.29 0 0.30 249.41 0.25 0.6
Hex 87 7F B2 18 1D 0 1E F9 19 3C
Octal 207 177 262 30 35 0 36 371 31 74
Binary 10000111 1111111 10110010 11000 11101 0 11110 11111001 11001 111100

Color Harmonies of #877FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FB2

Black with #877FB2

Text Example


Text Example

White with #877FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,127,178); }

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

background-color css

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

 a { background-color: rgb(135,127,178); }

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

border-color css

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

 span { border-color: rgb(135,127,178); }

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