Html Css Color HEX #8A80B7 Moody Blue

📋 copy color: '#8A80B7'

red 138 ◦ green 128 ◦ blue 183

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

Shades of Moody Blue #8A80B7

Tints of Moody Blue #8A80B7

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.51%

 BLUE value IS 183 (71.88% from 255) = 40.76%

R = 30.73%
G = 28.51%
B = 40.76%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8A80B7 (or 0x8A80B7) is known color: Moody Blue. HEX triplet: 8A, 80 and B7. RGB value is (138,128,183). Sum of RGB (Red+Green+Blue) = 138+128+183=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 183 - color contains mainly: blue. Hex color #8A80B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A80B7 is #757F48. Grayscale: #898989. Windows color (decimal): -7700297 or 12025994. OLE color: 12025994.

HSL color Cylindrical-coordinate representation of color #8A80B7: hue angle of 250.91º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A80B7 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 128 183 -
CMYK 0.25 0.30 0 0.28
HSL 250.91º 0.28% 0.61% -
HSV(B) 250.91º 0.3% 0.72% -
XYZ 26.75 24.26 48.07 -
YUV 137.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 138 128 183 0.25 0.30 0 0.28 250.91 0.28 0.61
Hex 8A 80 B7 19 1E 0 1C FB 1C 3D
Octal 212 200 267 31 36 0 34 373 34 75
Binary 10001010 10000000 10110111 11001 11110 0 11100 11111011 11100 111101

Color Harmonies of #8A80B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A80B7

Black with #8A80B7

Text Example


Text Example

White with #8A80B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,128,183); }

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

background-color css

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

 a { background-color: rgb(138,128,183); }

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

border-color css

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

 span { border-color: rgb(138,128,183); }

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