Html Css Color HEX #8A83DB Moody Blue

📋 copy color: '#8A83DB'

red 138 ◦ green 131 ◦ blue 219

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

Shades of Moody Blue #8A83DB

Tints of Moody Blue #8A83DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.84%

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

R = 28.28%
G = 26.84%
B = 44.88%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A83DB (or 0x8A83DB) is known color: Moody Blue. HEX triplet: 8A, 83 and DB. RGB value is (138,131,219). Sum of RGB (Red+Green+Blue) = 138+131+219=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A83DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A83DB is #757C24. Grayscale: #8E8E8E. Windows color (decimal): -7699493 or 14386058. OLE color: 14386058.

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

Color convert

RGB 138 131 219 -
CMYK 0.37 0.40 0 0.14
HSL 244.77º 0.55% 0.69% -
HSV(B) 244.77º 0.4% 0.86% -
XYZ 31.38 26.75 70.53 -
YUV 143.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 138 131 219 0.37 0.40 0 0.14 244.77 0.55 0.69
Hex 8A 83 DB 25 28 0 E F5 37 45
Octal 212 203 333 45 50 0 16 365 67 105
Binary 10001010 10000011 11011011 100101 101000 0 1110 11110101 110111 1000101

Color Harmonies of #8A83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A83DB

Black with #8A83DB

Text Example


Text Example

White with #8A83DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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