Html Css Color HEX #8071C8 Moody Blue

📋 copy color: '#8071C8'

red 128 ◦ green 113 ◦ blue 200

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

Shades of Moody Blue #8071C8

Tints of Moody Blue #8071C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.35%

R = 29.02%
G = 25.62%
B = 45.35%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8071C8 (or 0x8071C8) is known color: Moody Blue. HEX triplet: 80, 71 and C8. RGB value is (128,113,200). Sum of RGB (Red+Green+Blue) = 128+113+200=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #8071C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8071C8 is #7F8E37. Grayscale: #7F7F7F. Windows color (decimal): -8359480 or 13136256. OLE color: 13136256.

HSL color Cylindrical-coordinate representation of color #8071C8: hue angle of 250.34º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8071C8 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 113 200 -
CMYK 0.36 0.44 0 0.22
HSL 250.34º 0.44% 0.61% -
HSV(B) 250.34º 0.44% 0.78% -
XYZ 25.23 20.57 57.28 -
YUV 127.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 128 113 200 0.36 0.44 0 0.22 250.34 0.44 0.61
Hex 80 71 C8 24 2C 0 16 FA 2C 3D
Octal 200 161 310 44 54 0 26 372 54 75
Binary 10000000 1110001 11001000 100100 101100 0 10110 11111010 101100 111101

Color Harmonies of #8071C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8071C8

Black with #8071C8

Text Example


Text Example

White with #8071C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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