Html Css Color HEX #877FBA Moody Blue

📋 copy color: '#877FBA'

red 135 ◦ green 127 ◦ blue 186

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

Shades of Moody Blue #877FBA

Tints of Moody Blue #877FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 30.13%
G = 28.35%
B = 41.52%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#877FBA (or 0x877FBA) is known color: Moody Blue. HEX triplet: 87, 7F and BA. RGB value is (135,127,186). Sum of RGB (Red+Green+Blue) = 135+127+186=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #877FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FBA is #788045. Grayscale: #878787. Windows color (decimal): -7897158 or 12222343. OLE color: 12222343.

HSL color Cylindrical-coordinate representation of color #877FBA: hue angle of 248.14º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #877FBA is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 127 186 -
CMYK 0.27 0.32 0 0.27
HSL 248.14º 0.3% 0.61% -
HSV(B) 248.14º 0.32% 0.73% -
XYZ 26.44 23.87 49.67 -
YUV 136.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 135 127 186 0.27 0.32 0 0.27 248.14 0.3 0.61
Hex 87 7F BA 1B 20 0 1B F8 1E 3D
Octal 207 177 272 33 40 0 33 370 36 75
Binary 10000111 1111111 10111010 11011 100000 0 11011 11111000 11110 111101

Color Harmonies of #877FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FBA

Black with #877FBA

Text Example


Text Example

White with #877FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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