Html Css Color HEX #887FDA Moody Blue

📋 copy color: '#887FDA'

red 136 ◦ green 127 ◦ blue 218

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

Shades of Moody Blue #887FDA

Tints of Moody Blue #887FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 28.27%
G = 26.4%
B = 45.32%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#887FDA (or 0x887FDA) is known color: Moody Blue. HEX triplet: 88, 7F and DA. RGB value is (136,127,218). Sum of RGB (Red+Green+Blue) = 136+127+218=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #887FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FDA is #778025. Grayscale: #8B8B8B. Windows color (decimal): -7831590 or 14319496. OLE color: 14319496.

HSL color Cylindrical-coordinate representation of color #887FDA: hue angle of 245.93º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #887FDA is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 127 218 -
CMYK 0.38 0.42 0 0.15
HSL 245.93º 0.55% 0.68% -
HSV(B) 245.93º 0.42% 0.85% -
XYZ 30.4 25.47 69.64 -
YUV 140.07 171.98 125.1 -
System Red Green Blue C M Y K H S L
Decimal 136 127 218 0.38 0.42 0 0.15 245.93 0.55 0.68
Hex 88 7F DA 26 2A 0 F F6 37 44
Octal 210 177 332 46 52 0 17 366 67 104
Binary 10001000 1111111 11011010 100110 101010 0 1111 11110110 110111 1000100

Color Harmonies of #887FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887FDA

Black with #887FDA

Text Example


Text Example

White with #887FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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