Html Css Color HEX #887FBE Moody Blue

📋 copy color: '#887FBE'

red 136 ◦ green 127 ◦ blue 190

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

Shades of Moody Blue #887FBE

Tints of Moody Blue #887FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 30.02%
G = 28.04%
B = 41.94%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#887FBE (or 0x887FBE) is known color: Moody Blue. HEX triplet: 88, 7F and BE. RGB value is (136,127,190). Sum of RGB (Red+Green+Blue) = 136+127+190=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #887FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FBE is #778041. Grayscale: #888888. Windows color (decimal): -7831618 or 12484488. OLE color: 12484488.

HSL color Cylindrical-coordinate representation of color #887FBE: hue angle of 248.57º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #887FBE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 127 190 -
CMYK 0.28 0.33 0 0.25
HSL 248.57º 0.33% 0.62% -
HSV(B) 248.57º 0.33% 0.75% -
XYZ 27.04 24.13 51.95 -
YUV 136.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 136 127 190 0.28 0.33 0 0.25 248.57 0.33 0.62
Hex 88 7F BE 1C 21 0 19 F9 21 3E
Octal 210 177 276 34 41 0 31 371 41 76
Binary 10001000 1111111 10111110 11100 100001 0 11001 11111001 100001 111110

Color Harmonies of #887FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887FBE

Black with #887FBE

Text Example


Text Example

White with #887FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,127,190); }

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

background-color css

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

 a { background-color: rgb(136,127,190); }

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

border-color css

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

 span { border-color: rgb(136,127,190); }

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