Html Css Color HEX #887CBA Moody Blue

📋 copy color: '#887CBA'

red 136 ◦ green 124 ◦ blue 186

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

Shades of Moody Blue #887CBA

Tints of Moody Blue #887CBA

RGB

 RED value IS 136 (53.52% from 255) = 30.49%

 GREEN value IS 124 (48.83% from 255) = 27.8%

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

R = 30.49%
G = 27.8%
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

#887CBA (or 0x887CBA) is known color: Moody Blue. HEX triplet: 88, 7C and BA. RGB value is (136,124,186). Sum of RGB (Red+Green+Blue) = 136+124+186=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 124 (48.83% from 255 or 27.80% 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 #887CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CBA is #778345. Grayscale: #868686. Windows color (decimal): -7832390 or 12221576. OLE color: 12221576.

HSL color Cylindrical-coordinate representation of color #887CBA: hue angle of 251.61º 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 #887CBA is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 124 186 -
CMYK 0.27 0.33 0 0.27
HSL 251.61º 0.31% 0.61% -
HSV(B) 251.61º 0.33% 0.73% -
XYZ 26.22 23.19 49.55 -
YUV 134.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 136 124 186 0.27 0.33 0 0.27 251.61 0.31 0.61
Hex 88 7C BA 1B 21 0 1B FC 1F 3D
Octal 210 174 272 33 41 0 33 374 37 75
Binary 10001000 1111100 10111010 11011 100001 0 11011 11111100 11111 111101

Color Harmonies of #887CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887CBA

Black with #887CBA

Text Example


Text Example

White with #887CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887CBA; }

 p { color: rgb(136,124,186); }

 H1.HeaderClassName
 {
   color: #887CBA;
 }
 .AnyTagClassName
 {
   color: #887CBA;
 }
</style>

background-color css

<style>
 a { background-color: #887CBA; }

 a { background-color: rgb(136,124,186); }

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

border-color css

<style>
 span { border-color: #887CBA; }

 span { border-color: rgb(136,124,186); }

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