Html Css Color HEX #8071BD Moody Blue

📋 copy color: '#8071BD'

red 128 ◦ green 113 ◦ blue 189

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

Shades of Moody Blue #8071BD

Tints of Moody Blue #8071BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 29.77%
G = 26.28%
B = 43.95%

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

#8071BD (or 0x8071BD) is known color: Moody Blue. HEX triplet: 80, 71 and BD. RGB value is (128,113,189). Sum of RGB (Red+Green+Blue) = 128+113+189=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #8071BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8071BD is #7F8E42. Grayscale: #7D7D7D. Windows color (decimal): -8359491 or 12415360. OLE color: 12415360.

HSL color Cylindrical-coordinate representation of color #8071BD: hue angle of 251.84º degrees, saturation: 0.37, 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 #8071BD is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 113 189 -
CMYK 0.32 0.40 0 0.26
HSL 251.84º 0.37% 0.59% -
HSV(B) 251.84º 0.4% 0.74% -
XYZ 23.99 20.07 50.75 -
YUV 126.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 128 113 189 0.32 0.40 0 0.26 251.84 0.37 0.59
Hex 80 71 BD 20 28 0 1A FC 25 3B
Octal 200 161 275 40 50 0 32 374 45 73
Binary 10000000 1110001 10111101 100000 101000 0 11010 11111100 100101 111011

Color Harmonies of #8071BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8071BD

Black with #8071BD

Text Example


Text Example

White with #8071BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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