Html Css Color HEX #887FDF Moody Blue

📋 copy color: '#887FDF'

red 136 ◦ green 127 ◦ blue 223

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

Shades of Moody Blue #887FDF

Tints of Moody Blue #887FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 27.98%
G = 26.13%
B = 45.88%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#887FDF (or 0x887FDF) is known color: Moody Blue. HEX triplet: 88, 7F and DF. RGB value is (136,127,223). Sum of RGB (Red+Green+Blue) = 136+127+223=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #887FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FDF is #778020. Grayscale: #8C8C8C. Windows color (decimal): -7831585 or 14647176. OLE color: 14647176.

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

Color convert

RGB 136 127 223 -
CMYK 0.39 0.43 0 0.13
HSL 245.63º 0.6% 0.69% -
HSV(B) 245.63º 0.43% 0.87% -
XYZ 31.06 25.74 73.14 -
YUV 140.64 174.48 124.69 -
System Red Green Blue C M Y K H S L
Decimal 136 127 223 0.39 0.43 0 0.13 245.63 0.6 0.69
Hex 88 7F DF 27 2B 0 D F6 3C 45
Octal 210 177 337 47 53 0 15 366 74 105
Binary 10001000 1111111 11011111 100111 101011 0 1101 11110110 111100 1000101

Color Harmonies of #887FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887FDF

Black with #887FDF

Text Example


Text Example

White with #887FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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