Html Css Color HEX #8776BB Moody Blue

📋 copy color: '#8776BB'

red 135 ◦ green 118 ◦ blue 187

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

Shades of Moody Blue #8776BB

Tints of Moody Blue #8776BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.82%

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 30.68%
G = 26.82%
B = 42.5%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8776BB (or 0x8776BB) is known color: Moody Blue. HEX triplet: 87, 76 and BB. RGB value is (135,118,187). Sum of RGB (Red+Green+Blue) = 135+118+187=440 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.68% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #8776BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8776BB is #788944. Grayscale: #828282. Windows color (decimal): -7899461 or 12285575. OLE color: 12285575.

HSL color Cylindrical-coordinate representation of color #8776BB: hue angle of 254.78º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8776BB is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 118 187 -
CMYK 0.28 0.37 0 0.27
HSL 254.78º 0.34% 0.6% -
HSV(B) 254.78º 0.37% 0.73% -
XYZ 25.44 21.7 49.86 -
YUV 130.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 135 118 187 0.28 0.37 0 0.27 254.78 0.34 0.6
Hex 87 76 BB 1C 25 0 1B FF 22 3C
Octal 207 166 273 34 45 0 33 377 42 74
Binary 10000111 1110110 10111011 11100 100101 0 11011 11111111 100010 111100

Color Harmonies of #8776BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8776BB

Black with #8776BB

Text Example


Text Example

White with #8776BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8776BB; }

 p { color: rgb(135,118,187); }

 H1.HeaderClassName
 {
   color: #8776BB;
 }
 .AnyTagClassName
 {
   color: #8776BB;
 }
</style>

background-color css

<style>
 a { background-color: #8776BB; }

 a { background-color: rgb(135,118,187); }

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

border-color css

<style>
 span { border-color: #8776BB; }

 span { border-color: rgb(135,118,187); }

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