Html Css Color HEX #877CBF Moody Blue

📋 copy color: '#877CBF'

red 135 ◦ green 124 ◦ blue 191

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

Shades of Moody Blue #877CBF

Tints of Moody Blue #877CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.56%

 BLUE value IS 191 (75% from 255) = 42.44%

R = 30%
G = 27.56%
B = 42.44%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#877CBF (or 0x877CBF) is known color: Moody Blue. HEX triplet: 87, 7C and BF. RGB value is (135,124,191). Sum of RGB (Red+Green+Blue) = 135+124+191=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #877CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CBF is #788340. Grayscale: #868686. Windows color (decimal): -7897921 or 12549255. OLE color: 12549255.

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

Color convert

RGB 135 124 191 -
CMYK 0.29 0.35 0 0.25
HSL 249.85º 0.34% 0.62% -
HSV(B) 249.85º 0.35% 0.75% -
XYZ 26.6 23.33 52.39 -
YUV 134.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 135 124 191 0.29 0.35 0 0.25 249.85 0.34 0.62
Hex 87 7C BF 1D 23 0 19 FA 22 3E
Octal 207 174 277 35 43 0 31 372 42 76
Binary 10000111 1111100 10111111 11101 100011 0 11001 11111010 100010 111110

Color Harmonies of #877CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877CBF

Black with #877CBF

Text Example


Text Example

White with #877CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,124,191); }

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

background-color css

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

 a { background-color: rgb(135,124,191); }

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

border-color css

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

 span { border-color: rgb(135,124,191); }

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