Html Css Color HEX #877BBA Moody Blue

📋 copy color: '#877BBA'

red 135 ◦ green 123 ◦ blue 186

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

Shades of Moody Blue #877BBA

Tints of Moody Blue #877BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 30.41%
G = 27.7%
B = 41.89%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#877BBA (or 0x877BBA) is known color: Moody Blue. HEX triplet: 87, 7B and BA. RGB value is (135,123,186). Sum of RGB (Red+Green+Blue) = 135+123+186=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #877BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BBA is #788445. Grayscale: #858585. Windows color (decimal): -7898182 or 12221319. OLE color: 12221319.

HSL color Cylindrical-coordinate representation of color #877BBA: hue angle of 251.43º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #877BBA is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 123 186 -
CMYK 0.27 0.34 0 0.27
HSL 251.43º 0.31% 0.61% -
HSV(B) 251.43º 0.34% 0.73% -
XYZ 25.94 22.86 49.5 -
YUV 133.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 135 123 186 0.27 0.34 0 0.27 251.43 0.31 0.61
Hex 87 7B BA 1B 22 0 1B FB 1F 3D
Octal 207 173 272 33 42 0 33 373 37 75
Binary 10000111 1111011 10111010 11011 100010 0 11011 11111011 11111 111101

Color Harmonies of #877BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877BBA

Black with #877BBA

Text Example


Text Example

White with #877BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,123,186); }

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

background-color css

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

 a { background-color: rgb(135,123,186); }

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

border-color css

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

 span { border-color: rgb(135,123,186); }

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