Html Css Color HEX #8B82D8 Moody Blue

📋 copy color: '#8B82D8'

red 139 ◦ green 130 ◦ blue 216

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

Shades of Moody Blue #8B82D8

Tints of Moody Blue #8B82D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.54%

R = 28.66%
G = 26.8%
B = 44.54%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8B82D8 (or 0x8B82D8) is known color: Moody Blue. HEX triplet: 8B, 82 and D8. RGB value is (139,130,216). Sum of RGB (Red+Green+Blue) = 139+130+216=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #8B82D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B82D8 is #747D27. Grayscale: #8E8E8E. Windows color (decimal): -7634216 or 14189195. OLE color: 14189195.

HSL color Cylindrical-coordinate representation of color #8B82D8: hue angle of 246.28º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B82D8 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 130 216 -
CMYK 0.36 0.40 0 0.15
HSL 246.28º 0.52% 0.68% -
HSV(B) 246.28º 0.4% 0.85% -
XYZ 31.02 26.41 68.43 -
YUV 142.5 169.48 125.51 -
System Red Green Blue C M Y K H S L
Decimal 139 130 216 0.36 0.40 0 0.15 246.28 0.52 0.68
Hex 8B 82 D8 24 28 0 F F6 34 44
Octal 213 202 330 44 50 0 17 366 64 104
Binary 10001011 10000010 11011000 100100 101000 0 1111 11110110 110100 1000100

Color Harmonies of #8B82D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B82D8

Black with #8B82D8

Text Example


Text Example

White with #8B82D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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