Html Css Color HEX #8076BA Moody Blue

📋 copy color: '#8076BA'

red 128 ◦ green 118 ◦ blue 186

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

Shades of Moody Blue #8076BA

Tints of Moody Blue #8076BA

RGB

 RED value IS 128 (50.39% from 255) = 29.63%

 GREEN value IS 118 (46.48% from 255) = 27.31%

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

R = 29.63%
G = 27.31%
B = 43.06%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8076BA (or 0x8076BA) is known color: Moody Blue. HEX triplet: 80, 76 and BA. RGB value is (128,118,186). Sum of RGB (Red+Green+Blue) = 128+118+186=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #8076BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8076BA is #7F8945. Grayscale: #808080. Windows color (decimal): -8358214 or 12220032. OLE color: 12220032.

HSL color Cylindrical-coordinate representation of color #8076BA: hue angle of 248.82º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8076BA is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 118 186 -
CMYK 0.31 0.37 0 0.27
HSL 248.82º 0.33% 0.6% -
HSV(B) 248.82º 0.37% 0.73% -
XYZ 24.24 21.09 49.25 -
YUV 128.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 128 118 186 0.31 0.37 0 0.27 248.82 0.33 0.6
Hex 80 76 BA 1F 25 0 1B F9 21 3C
Octal 200 166 272 37 45 0 33 371 41 74
Binary 10000000 1110110 10111010 11111 100101 0 11011 11111001 100001 111100

Color Harmonies of #8076BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8076BA

Black with #8076BA

Text Example


Text Example

White with #8076BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8076BA; }

 p { color: rgb(128,118,186); }

 H1.HeaderClassName
 {
   color: #8076BA;
 }
 .AnyTagClassName
 {
   color: #8076BA;
 }
</style>

background-color css

<style>
 a { background-color: #8076BA; }

 a { background-color: rgb(128,118,186); }

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

border-color css

<style>
 span { border-color: #8076BA; }

 span { border-color: rgb(128,118,186); }

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