Html Css Color HEX #877DBA Moody Blue

📋 copy color: '#877DBA'

red 135 ◦ green 125 ◦ blue 186

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

Shades of Moody Blue #877DBA

Tints of Moody Blue #877DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.03%

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

R = 30.27%
G = 28.03%
B = 41.7%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#877DBA (or 0x877DBA) is known color: Moody Blue. HEX triplet: 87, 7D and BA. RGB value is (135,125,186). Sum of RGB (Red+Green+Blue) = 135+125+186=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #877DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877DBA is #788245. Grayscale: #868686. Windows color (decimal): -7897670 or 12221831. OLE color: 12221831.

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

Color convert

RGB 135 125 186 -
CMYK 0.27 0.33 0 0.27
HSL 249.84º 0.31% 0.61% -
HSV(B) 249.84º 0.33% 0.73% -
XYZ 26.19 23.36 49.58 -
YUV 134.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 135 125 186 0.27 0.33 0 0.27 249.84 0.31 0.61
Hex 87 7D BA 1B 21 0 1B FA 1F 3D
Octal 207 175 272 33 41 0 33 372 37 75
Binary 10000111 1111101 10111010 11011 100001 0 11011 11111010 11111 111101

Color Harmonies of #877DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877DBA

Black with #877DBA

Text Example


Text Example

White with #877DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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