Html Css Color HEX #887BCA Moody Blue

📋 copy color: '#887BCA'

red 136 ◦ green 123 ◦ blue 202

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

Shades of Moody Blue #887BCA

Tints of Moody Blue #887BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 29.5%
G = 26.68%
B = 43.82%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#887BCA (or 0x887BCA) is known color: Moody Blue. HEX triplet: 88, 7B and CA. RGB value is (136,123,202). Sum of RGB (Red+Green+Blue) = 136+123+202=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #887BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BCA is #778435. Grayscale: #878787. Windows color (decimal): -7832630 or 13269896. OLE color: 13269896.

HSL color Cylindrical-coordinate representation of color #887BCA: hue angle of 249.87º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #887BCA is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 123 202 -
CMYK 0.33 0.39 0 0.21
HSL 249.87º 0.43% 0.64% -
HSV(B) 249.87º 0.39% 0.79% -
XYZ 27.9 23.66 58.97 -
YUV 135.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 136 123 202 0.33 0.39 0 0.21 249.87 0.43 0.64
Hex 88 7B CA 21 27 0 15 FA 2B 40
Octal 210 173 312 41 47 0 25 372 53 100
Binary 10001000 1111011 11001010 100001 100111 0 10101 11111010 101011 1000000

Color Harmonies of #887BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887BCA

Black with #887BCA

Text Example


Text Example

White with #887BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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