Html Css Color HEX #8071BC Moody Blue

📋 copy color: '#8071BC'

red 128 ◦ green 113 ◦ blue 188

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

Shades of Moody Blue #8071BC

Tints of Moody Blue #8071BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.34%

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 29.84%
G = 26.34%
B = 43.82%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8071BC (or 0x8071BC) is known color: Moody Blue. HEX triplet: 80, 71 and BC. RGB value is (128,113,188). Sum of RGB (Red+Green+Blue) = 128+113+188=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #8071BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8071BC is #7F8E43. Grayscale: #7D7D7D. Windows color (decimal): -8359492 or 12349824. OLE color: 12349824.

HSL color Cylindrical-coordinate representation of color #8071BC: hue angle of 252º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8071BC is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 113 188 -
CMYK 0.32 0.40 0 0.26
HSL 252º 0.36% 0.59% -
HSV(B) 252º 0.4% 0.74% -
XYZ 23.88 20.03 50.18 -
YUV 126.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 128 113 188 0.32 0.40 0 0.26 252 0.36 0.59
Hex 80 71 BC 20 28 0 1A FC 24 3B
Octal 200 161 274 40 50 0 32 374 44 73
Binary 10000000 1110001 10111100 100000 101000 0 11010 11111100 100100 111011

Color Harmonies of #8071BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8071BC

Black with #8071BC

Text Example


Text Example

White with #8071BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8071BC; }

 p { color: rgb(128,113,188); }

 H1.HeaderClassName
 {
   color: #8071BC;
 }
 .AnyTagClassName
 {
   color: #8071BC;
 }
</style>

background-color css

<style>
 a { background-color: #8071BC; }

 a { background-color: rgb(128,113,188); }

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

border-color css

<style>
 span { border-color: #8071BC; }

 span { border-color: rgb(128,113,188); }

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