Html Css Color HEX #8074B7 Moody Blue

📋 copy color: '#8074B7'

red 128 ◦ green 116 ◦ blue 183

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

Shades of Moody Blue #8074B7

Tints of Moody Blue #8074B7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.17%

 BLUE value IS 183 (71.88% from 255) = 42.86%

R = 29.98%
G = 27.17%
B = 42.86%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8074B7 (or 0x8074B7) is known color: Moody Blue. HEX triplet: 80, 74 and B7. RGB value is (128,116,183). Sum of RGB (Red+Green+Blue) = 128+116+183=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 183 - color contains mainly: blue. Hex color #8074B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8074B7 is #7F8B48. Grayscale: #7E7E7E. Windows color (decimal): -8358729 or 12022912. OLE color: 12022912.

HSL color Cylindrical-coordinate representation of color #8074B7: hue angle of 250.75º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8074B7 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 116 183 -
CMYK 0.30 0.37 0 0.28
HSL 250.75º 0.32% 0.59% -
HSV(B) 250.75º 0.37% 0.72% -
XYZ 23.69 20.5 47.51 -
YUV 127.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 128 116 183 0.30 0.37 0 0.28 250.75 0.32 0.59
Hex 80 74 B7 1E 25 0 1C FB 20 3B
Octal 200 164 267 36 45 0 34 373 40 73
Binary 10000000 1110100 10110111 11110 100101 0 11100 11111011 100000 111011

Color Harmonies of #8074B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8074B7

Black with #8074B7

Text Example


Text Example

White with #8074B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8074B7; }

 p { color: rgb(128,116,183); }

 H1.HeaderClassName
 {
   color: #8074B7;
 }
 .AnyTagClassName
 {
   color: #8074B7;
 }
</style>

background-color css

<style>
 a { background-color: #8074B7; }

 a { background-color: rgb(128,116,183); }

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

border-color css

<style>
 span { border-color: #8074B7; }

 span { border-color: rgb(128,116,183); }

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