Html Css Color HEX #887FCB Moody Blue

📋 copy color: '#887FCB'

red 136 ◦ green 127 ◦ blue 203

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

Shades of Moody Blue #887FCB

Tints of Moody Blue #887FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 29.18%
G = 27.25%
B = 43.56%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#887FCB (or 0x887FCB) is known color: Moody Blue. HEX triplet: 88, 7F and CB. RGB value is (136,127,203). Sum of RGB (Red+Green+Blue) = 136+127+203=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #887FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FCB is #778034. Grayscale: #8A8A8A. Windows color (decimal): -7831605 or 13336456. OLE color: 13336456.

HSL color Cylindrical-coordinate representation of color #887FCB: hue angle of 247.11º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #887FCB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 127 203 -
CMYK 0.33 0.37 0 0.20
HSL 247.11º 0.42% 0.65% -
HSV(B) 247.11º 0.37% 0.8% -
XYZ 28.52 24.72 59.77 -
YUV 138.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 136 127 203 0.33 0.37 0 0.20 247.11 0.42 0.65
Hex 88 7F CB 21 25 0 14 F7 2A 41
Octal 210 177 313 41 45 0 24 367 52 101
Binary 10001000 1111111 11001011 100001 100101 0 10100 11110111 101010 1000001

Color Harmonies of #887FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887FCB

Black with #887FCB

Text Example


Text Example

White with #887FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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