Html Css Color HEX #887CDE Moody Blue

📋 copy color: '#887CDE'

red 136 ◦ green 124 ◦ blue 222

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

Shades of Moody Blue #887CDE

Tints of Moody Blue #887CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.06%

R = 28.22%
G = 25.73%
B = 46.06%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#887CDE (or 0x887CDE) is known color: Moody Blue. HEX triplet: 88, 7C and DE. RGB value is (136,124,222). Sum of RGB (Red+Green+Blue) = 136+124+222=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #887CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CDE is #778321. Grayscale: #8A8A8A. Windows color (decimal): -7832354 or 14580872. OLE color: 14580872.

HSL color Cylindrical-coordinate representation of color #887CDE: hue angle of 247.35º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #887CDE is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 124 222 -
CMYK 0.39 0.44 0 0.13
HSL 247.35º 0.6% 0.68% -
HSV(B) 247.35º 0.44% 0.87% -
XYZ 30.55 24.92 72.31 -
YUV 138.76 174.98 126.03 -
System Red Green Blue C M Y K H S L
Decimal 136 124 222 0.39 0.44 0 0.13 247.35 0.6 0.68
Hex 88 7C DE 27 2C 0 D F7 3C 44
Octal 210 174 336 47 54 0 15 367 74 104
Binary 10001000 1111100 11011110 100111 101100 0 1101 11110111 111100 1000100

Color Harmonies of #887CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887CDE

Black with #887CDE

Text Example


Text Example

White with #887CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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