Html Css Color HEX #8B81BE Moody Blue

📋 copy color: '#8B81BE'

red 139 ◦ green 129 ◦ blue 190

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

Shades of Moody Blue #8B81BE

Tints of Moody Blue #8B81BE

RGB

 RED value IS 139 (54.69% from 255) = 30.35%

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

 BLUE value IS 190 (74.61% from 255) = 41.48%

R = 30.35%
G = 28.17%
B = 41.48%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B81BE (or 0x8B81BE) is known color: Moody Blue. HEX triplet: 8B, 81 and BE. RGB value is (139,129,190). Sum of RGB (Red+Green+Blue) = 139+129+190=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B81BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B81BE is #747E41. Grayscale: #8A8A8A. Windows color (decimal): -7634498 or 12485003. OLE color: 12485003.

HSL color Cylindrical-coordinate representation of color #8B81BE: hue angle of 249.84º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B81BE is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 129 190 -
CMYK 0.27 0.32 0 0.25
HSL 249.84º 0.32% 0.63% -
HSV(B) 249.84º 0.32% 0.75% -
XYZ 27.79 24.91 52.06 -
YUV 138.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 139 129 190 0.27 0.32 0 0.25 249.84 0.32 0.63
Hex 8B 81 BE 1B 20 0 19 FA 20 3F
Octal 213 201 276 33 40 0 31 372 40 77
Binary 10001011 10000001 10111110 11011 100000 0 11001 11111010 100000 111111

Color Harmonies of #8B81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B81BE

Black with #8B81BE

Text Example


Text Example

White with #8B81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B81BE; }

 p { color: rgb(139,129,190); }

 H1.HeaderClassName
 {
   color: #8B81BE;
 }
 .AnyTagClassName
 {
   color: #8B81BE;
 }
</style>

background-color css

<style>
 a { background-color: #8B81BE; }

 a { background-color: rgb(139,129,190); }

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

border-color css

<style>
 span { border-color: #8B81BE; }

 span { border-color: rgb(139,129,190); }

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