Html Css Color HEX #8B82BE Moody Blue

📋 copy color: '#8B82BE'

red 139 ◦ green 130 ◦ blue 190

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

Shades of Moody Blue #8B82BE

Tints of Moody Blue #8B82BE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.32%

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

R = 30.28%
G = 28.32%
B = 41.39%

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

#8B82BE (or 0x8B82BE) is known color: Moody Blue. HEX triplet: 8B, 82 and BE. RGB value is (139,130,190). Sum of RGB (Red+Green+Blue) = 139+130+190=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B82BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B82BE is #747D41. Grayscale: #8B8B8B. Windows color (decimal): -7634242 or 12485259. OLE color: 12485259.

HSL color Cylindrical-coordinate representation of color #8B82BE: hue angle of 249º 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 #8B82BE is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 130 190 -
CMYK 0.27 0.32 0 0.25
HSL 249º 0.32% 0.63% -
HSV(B) 249º 0.32% 0.75% -
XYZ 27.92 25.17 52.1 -
YUV 139.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 139 130 190 0.27 0.32 0 0.25 249 0.32 0.63
Hex 8B 82 BE 1B 20 0 19 F9 20 3F
Octal 213 202 276 33 40 0 31 371 40 77
Binary 10001011 10000010 10111110 11011 100000 0 11001 11111001 100000 111111

Color Harmonies of #8B82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B82BE

Black with #8B82BE

Text Example


Text Example

White with #8B82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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