Html Css Color HEX #887ACF Moody Blue

📋 copy color: '#887ACF'

red 136 ◦ green 122 ◦ blue 207

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

Shades of Moody Blue #887ACF

Tints of Moody Blue #887ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 29.25%
G = 26.24%
B = 44.52%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#887ACF (or 0x887ACF) is known color: Moody Blue. HEX triplet: 88, 7A and CF. RGB value is (136,122,207). Sum of RGB (Red+Green+Blue) = 136+122+207=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #887ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887ACF is #778530. Grayscale: #878787. Windows color (decimal): -7832881 or 13597320. OLE color: 13597320.

HSL color Cylindrical-coordinate representation of color #887ACF: hue angle of 249.88º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #887ACF is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 122 207 -
CMYK 0.34 0.41 0 0.19
HSL 249.88º 0.47% 0.65% -
HSV(B) 249.88º 0.41% 0.81% -
XYZ 28.38 23.66 62.1 -
YUV 135.88 168.14 128.09 -
System Red Green Blue C M Y K H S L
Decimal 136 122 207 0.34 0.41 0 0.19 249.88 0.47 0.65
Hex 88 7A CF 22 29 0 13 FA 2F 41
Octal 210 172 317 42 51 0 23 372 57 101
Binary 10001000 1111010 11001111 100010 101001 0 10011 11111010 101111 1000001

Color Harmonies of #887ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887ACF

Black with #887ACF

Text Example


Text Example

White with #887ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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