Html Css Color HEX #877FB3 Moody Blue

📋 copy color: '#877FB3'

red 135 ◦ green 127 ◦ blue 179

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

Shades of Moody Blue #877FB3

Tints of Moody Blue #877FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.59%

R = 30.61%
G = 28.8%
B = 40.59%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#877FB3 (or 0x877FB3) is known color: Moody Blue. HEX triplet: 87, 7F and B3. RGB value is (135,127,179). Sum of RGB (Red+Green+Blue) = 135+127+179=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 179 - color contains mainly: blue. Hex color #877FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FB3 is #78804C. Grayscale: #878787. Windows color (decimal): -7897165 or 11763591. OLE color: 11763591.

HSL color Cylindrical-coordinate representation of color #877FB3: hue angle of 249.23º 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 #877FB3 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 135 127 179 -
CMYK 0.25 0.29 0 0.30
HSL 249.23º 0.25% 0.6% -
HSV(B) 249.23º 0.29% 0.7% -
XYZ 25.72 23.58 45.84 -
YUV 135.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 135 127 179 0.25 0.29 0 0.30 249.23 0.25 0.6
Hex 87 7F B3 19 1D 0 1E F9 19 3C
Octal 207 177 263 31 35 0 36 371 31 74
Binary 10000111 1111111 10110011 11001 11101 0 11110 11111001 11001 111100

Color Harmonies of #877FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FB3

Black with #877FB3

Text Example


Text Example

White with #877FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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