Html Css Color HEX #877BBC Moody Blue

📋 copy color: '#877BBC'

red 135 ◦ green 123 ◦ blue 188

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

Shades of Moody Blue #877BBC

Tints of Moody Blue #877BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 30.27%
G = 27.58%
B = 42.15%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#877BBC (or 0x877BBC) is known color: Moody Blue. HEX triplet: 87, 7B and BC. RGB value is (135,123,188). Sum of RGB (Red+Green+Blue) = 135+123+188=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #877BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BBC is #788443. Grayscale: #858585. Windows color (decimal): -7898180 or 12352391. OLE color: 12352391.

HSL color Cylindrical-coordinate representation of color #877BBC: hue angle of 251.08º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #877BBC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 123 188 -
CMYK 0.28 0.35 0 0.26
HSL 251.08º 0.33% 0.61% -
HSV(B) 251.08º 0.35% 0.74% -
XYZ 26.15 22.95 50.63 -
YUV 134 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 135 123 188 0.28 0.35 0 0.26 251.08 0.33 0.61
Hex 87 7B BC 1C 23 0 1A FB 21 3D
Octal 207 173 274 34 43 0 32 373 41 75
Binary 10000111 1111011 10111100 11100 100011 0 11010 11111011 100001 111101

Color Harmonies of #877BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877BBC

Black with #877BBC

Text Example


Text Example

White with #877BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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