Html Css Color HEX #8A82DB Moody Blue

📋 copy color: '#8A82DB'

red 138 ◦ green 130 ◦ blue 219

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

Shades of Moody Blue #8A82DB

Tints of Moody Blue #8A82DB

RGB

 RED value IS 138 (54.3% from 255) = 28.34%

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 28.34%
G = 26.69%
B = 44.97%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A82DB (or 0x8A82DB) is known color: Moody Blue. HEX triplet: 8A, 82 and DB. RGB value is (138,130,219). Sum of RGB (Red+Green+Blue) = 138+130+219=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A82DB is #757D24. Grayscale: #8E8E8E. Windows color (decimal): -7699749 or 14385802. OLE color: 14385802.

HSL color Cylindrical-coordinate representation of color #8A82DB: hue angle of 245.39º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A82DB is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 130 219 -
CMYK 0.37 0.41 0 0.14
HSL 245.39º 0.55% 0.68% -
HSV(B) 245.39º 0.41% 0.86% -
XYZ 31.25 26.48 70.48 -
YUV 142.54 171.15 124.76 -
System Red Green Blue C M Y K H S L
Decimal 138 130 219 0.37 0.41 0 0.14 245.39 0.55 0.68
Hex 8A 82 DB 25 29 0 E F5 37 44
Octal 212 202 333 45 51 0 16 365 67 104
Binary 10001010 10000010 11011011 100101 101001 0 1110 11110101 110111 1000100

Color Harmonies of #8A82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A82DB

Black with #8A82DB

Text Example


Text Example

White with #8A82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,130,219); }

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

background-color css

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

 a { background-color: rgb(138,130,219); }

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

border-color css

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

 span { border-color: rgb(138,130,219); }

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