Html Css Color HEX #887BC2 Moody Blue

📋 copy color: '#887BC2'

red 136 ◦ green 123 ◦ blue 194

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

Shades of Moody Blue #887BC2

Tints of Moody Blue #887BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.83%

R = 30.02%
G = 27.15%
B = 42.83%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#887BC2 (or 0x887BC2) is known color: Moody Blue. HEX triplet: 88, 7B and C2. RGB value is (136,123,194). Sum of RGB (Red+Green+Blue) = 136+123+194=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #887BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BC2 is #77843D. Grayscale: #868686. Windows color (decimal): -7832638 or 12745608. OLE color: 12745608.

HSL color Cylindrical-coordinate representation of color #887BC2: hue angle of 250.99º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #887BC2 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 123 194 -
CMYK 0.30 0.37 0 0.24
HSL 250.99º 0.37% 0.62% -
HSV(B) 250.99º 0.37% 0.76% -
XYZ 26.97 23.3 54.11 -
YUV 134.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 136 123 194 0.30 0.37 0 0.24 250.99 0.37 0.62
Hex 88 7B C2 1E 25 0 18 FB 25 3E
Octal 210 173 302 36 45 0 30 373 45 76
Binary 10001000 1111011 11000010 11110 100101 0 11000 11111011 100101 111110

Color Harmonies of #887BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887BC2

Black with #887BC2

Text Example


Text Example

White with #887BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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