Html Css Color HEX #8071BB Moody Blue

📋 copy color: '#8071BB'

red 128 ◦ green 113 ◦ blue 187

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

Shades of Moody Blue #8071BB

Tints of Moody Blue #8071BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.69%

R = 29.91%
G = 26.4%
B = 43.69%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8071BB (or 0x8071BB) is known color: Moody Blue. HEX triplet: 80, 71 and BB. RGB value is (128,113,187). Sum of RGB (Red+Green+Blue) = 128+113+187=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #8071BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8071BB is #7F8E44. Grayscale: #7D7D7D. Windows color (decimal): -8359493 or 12284288. OLE color: 12284288.

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

Color convert

RGB 128 113 187 -
CMYK 0.32 0.40 0 0.27
HSL 252.16º 0.35% 0.59% -
HSV(B) 252.16º 0.4% 0.73% -
XYZ 23.78 19.99 49.62 -
YUV 125.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 128 113 187 0.32 0.40 0 0.27 252.16 0.35 0.59
Hex 80 71 BB 20 28 0 1B FC 23 3B
Octal 200 161 273 40 50 0 33 374 43 73
Binary 10000000 1110001 10111011 100000 101000 0 11011 11111100 100011 111011

Color Harmonies of #8071BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8071BB

Black with #8071BB

Text Example


Text Example

White with #8071BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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