Html Css Color HEX #8070BD Moody Blue

📋 copy color: '#8070BD'

red 128 ◦ green 112 ◦ blue 189

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

Shades of Moody Blue #8070BD

Tints of Moody Blue #8070BD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.11%

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

R = 29.84%
G = 26.11%
B = 44.06%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8070BD (or 0x8070BD) is known color: Moody Blue. HEX triplet: 80, 70 and BD. RGB value is (128,112,189). Sum of RGB (Red+Green+Blue) = 128+112+189=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #8070BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8070BD is #7F8F42. Grayscale: #7D7D7D. Windows color (decimal): -8359747 or 12415104. OLE color: 12415104.

HSL color Cylindrical-coordinate representation of color #8070BD: hue angle of 252.47º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8070BD is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 112 189 -
CMYK 0.32 0.41 0 0.26
HSL 252.47º 0.37% 0.59% -
HSV(B) 252.47º 0.41% 0.74% -
XYZ 23.88 19.85 50.72 -
YUV 125.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 128 112 189 0.32 0.41 0 0.26 252.47 0.37 0.59
Hex 80 70 BD 20 29 0 1A FC 25 3B
Octal 200 160 275 40 51 0 32 374 45 73
Binary 10000000 1110000 10111101 100000 101001 0 11010 11111100 100101 111011

Color Harmonies of #8070BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8070BD

Black with #8070BD

Text Example


Text Example

White with #8070BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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