Html Css Color HEX #877FC0 Moody Blue

📋 copy color: '#877FC0'

red 135 ◦ green 127 ◦ blue 192

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

Shades of Moody Blue #877FC0

Tints of Moody Blue #877FC0

RGB

 RED value IS 135 (53.13% from 255) = 29.74%

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

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 29.74%
G = 27.97%
B = 42.29%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#877FC0 (or 0x877FC0) is known color: Moody Blue. HEX triplet: 87, 7F and C0. RGB value is (135,127,192). Sum of RGB (Red+Green+Blue) = 135+127+192=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #877FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FC0 is #78803F. Grayscale: #888888. Windows color (decimal): -7897152 or 12615559. OLE color: 12615559.

HSL color Cylindrical-coordinate representation of color #877FC0: hue angle of 247.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #877FC0 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 127 192 -
CMYK 0.30 0.34 0 0.25
HSL 247.38º 0.34% 0.63% -
HSV(B) 247.38º 0.34% 0.75% -
XYZ 27.1 24.14 53.1 -
YUV 136.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 135 127 192 0.30 0.34 0 0.25 247.38 0.34 0.63
Hex 87 7F C0 1E 22 0 19 F7 22 3F
Octal 207 177 300 36 42 0 31 367 42 77
Binary 10000111 1111111 11000000 11110 100010 0 11001 11110111 100010 111111

Color Harmonies of #877FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FC0

Black with #877FC0

Text Example


Text Example

White with #877FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877FC0; }

 p { color: rgb(135,127,192); }

 H1.HeaderClassName
 {
   color: #877FC0;
 }
 .AnyTagClassName
 {
   color: #877FC0;
 }
</style>

background-color css

<style>
 a { background-color: #877FC0; }

 a { background-color: rgb(135,127,192); }

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

border-color css

<style>
 span { border-color: #877FC0; }

 span { border-color: rgb(135,127,192); }

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