Html Css Color HEX #887BCF Moody Blue

📋 copy color: '#887BCF'

red 136 ◦ green 123 ◦ blue 207

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

Shades of Moody Blue #887BCF

Tints of Moody Blue #887BCF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.39%

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

R = 29.18%
G = 26.39%
B = 44.42%

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

#887BCF (or 0x887BCF) is known color: Moody Blue. HEX triplet: 88, 7B and CF. RGB value is (136,123,207). Sum of RGB (Red+Green+Blue) = 136+123+207=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #887BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BCF is #778430. Grayscale: #888888. Windows color (decimal): -7832625 or 13597576. OLE color: 13597576.

HSL color Cylindrical-coordinate representation of color #887BCF: hue angle of 249.29º 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 #887BCF is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 123 207 -
CMYK 0.34 0.41 0 0.19
HSL 249.29º 0.47% 0.65% -
HSV(B) 249.29º 0.41% 0.81% -
XYZ 28.5 23.91 62.14 -
YUV 136.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 136 123 207 0.34 0.41 0 0.19 249.29 0.47 0.65
Hex 88 7B CF 22 29 0 13 F9 2F 41
Octal 210 173 317 42 51 0 23 371 57 101
Binary 10001000 1111011 11001111 100010 101001 0 10011 11111001 101111 1000001

Color Harmonies of #887BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887BCF

Black with #887BCF

Text Example


Text Example

White with #887BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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