Html Css Color HEX #887ABE Moody Blue

📋 copy color: '#887ABE'

red 136 ◦ green 122 ◦ blue 190

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

Shades of Moody Blue #887ABE

Tints of Moody Blue #887ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.23%

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

R = 30.36%
G = 27.23%
B = 42.41%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#887ABE (or 0x887ABE) is known color: Moody Blue. HEX triplet: 88, 7A and BE. RGB value is (136,122,190). Sum of RGB (Red+Green+Blue) = 136+122+190=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #887ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887ABE is #778541. Grayscale: #858585. Windows color (decimal): -7832898 or 12483208. OLE color: 12483208.

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

Color convert

RGB 136 122 190 -
CMYK 0.28 0.36 0 0.25
HSL 252.35º 0.34% 0.61% -
HSV(B) 252.35º 0.36% 0.75% -
XYZ 26.41 22.87 51.74 -
YUV 133.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 136 122 190 0.28 0.36 0 0.25 252.35 0.34 0.61
Hex 88 7A BE 1C 24 0 19 FC 22 3D
Octal 210 172 276 34 44 0 31 374 42 75
Binary 10001000 1111010 10111110 11100 100100 0 11001 11111100 100010 111101

Color Harmonies of #887ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887ABE

Black with #887ABE

Text Example


Text Example

White with #887ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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