Html Css Color HEX #8781B9 Moody Blue

📋 copy color: '#8781B9'

red 135 ◦ green 129 ◦ blue 185

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

Shades of Moody Blue #8781B9

Tints of Moody Blue #8781B9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.73%

 BLUE value IS 185 (72.66% from 255) = 41.2%

R = 30.07%
G = 28.73%
B = 41.2%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8781B9 (or 0x8781B9) is known color: Moody Blue. HEX triplet: 87, 81 and B9. RGB value is (135,129,185). Sum of RGB (Red+Green+Blue) = 135+129+185=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #8781B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781B9 is #787E46. Grayscale: #888888. Windows color (decimal): -7896647 or 12157319. OLE color: 12157319.

HSL color Cylindrical-coordinate representation of color #8781B9: hue angle of 246.43º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8781B9 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 129 185 -
CMYK 0.27 0.30 0 0.27
HSL 246.43º 0.29% 0.62% -
HSV(B) 246.43º 0.3% 0.73% -
XYZ 26.6 24.35 49.2 -
YUV 137.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 135 129 185 0.27 0.30 0 0.27 246.43 0.29 0.62
Hex 87 81 B9 1B 1E 0 1B F6 1D 3E
Octal 207 201 271 33 36 0 33 366 35 76
Binary 10000111 10000001 10111001 11011 11110 0 11011 11110110 11101 111110

Color Harmonies of #8781B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8781B9

Black with #8781B9

Text Example


Text Example

White with #8781B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8781B9; }

 p { color: rgb(135,129,185); }

 H1.HeaderClassName
 {
   color: #8781B9;
 }
 .AnyTagClassName
 {
   color: #8781B9;
 }
</style>

background-color css

<style>
 a { background-color: #8781B9; }

 a { background-color: rgb(135,129,185); }

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

border-color css

<style>
 span { border-color: #8781B9; }

 span { border-color: rgb(135,129,185); }

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