Html Css Color HEX #8A83BA Moody Blue

📋 copy color: '#8A83BA'

red 138 ◦ green 131 ◦ blue 186

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

Shades of Moody Blue #8A83BA

Tints of Moody Blue #8A83BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 30.33%
G = 28.79%
B = 40.88%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A83BA (or 0x8A83BA) is known color: Moody Blue. HEX triplet: 8A, 83 and BA. RGB value is (138,131,186). Sum of RGB (Red+Green+Blue) = 138+131+186=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A83BA is #757C45. Grayscale: #8B8B8B. Windows color (decimal): -7699526 or 12223370. OLE color: 12223370.

HSL color Cylindrical-coordinate representation of color #8A83BA: hue angle of 247.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A83BA is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 131 186 -
CMYK 0.26 0.30 0 0.27
HSL 247.64º 0.28% 0.62% -
HSV(B) 247.64º 0.3% 0.73% -
XYZ 27.46 25.18 49.87 -
YUV 139.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 138 131 186 0.26 0.30 0 0.27 247.64 0.28 0.62
Hex 8A 83 BA 1A 1E 0 1B F8 1C 3E
Octal 212 203 272 32 36 0 33 370 34 76
Binary 10001010 10000011 10111010 11010 11110 0 11011 11111000 11100 111110

Color Harmonies of #8A83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A83BA

Black with #8A83BA

Text Example


Text Example

White with #8A83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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