Html Css Color HEX #807DBC Moody Blue

📋 copy color: '#807DBC'

red 128 ◦ green 125 ◦ blue 188

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

Shades of Moody Blue #807DBC

Tints of Moody Blue #807DBC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.34%

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 29.02%
G = 28.34%
B = 42.63%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#807DBC (or 0x807DBC) is known color: Moody Blue. HEX triplet: 80, 7D and BC. RGB value is (128,125,188). Sum of RGB (Red+Green+Blue) = 128+125+188=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #807DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DBC is #7F8243. Grayscale: #848484. Windows color (decimal): -8356420 or 12352896. OLE color: 12352896.

HSL color Cylindrical-coordinate representation of color #807DBC: hue angle of 242.86º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #807DBC is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 125 188 -
CMYK 0.32 0.34 0 0.26
HSL 242.86º 0.32% 0.61% -
HSV(B) 242.86º 0.34% 0.74% -
XYZ 25.31 22.89 50.66 -
YUV 133.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 128 125 188 0.32 0.34 0 0.26 242.86 0.32 0.61
Hex 80 7D BC 20 22 0 1A F3 20 3D
Octal 200 175 274 40 42 0 32 363 40 75
Binary 10000000 1111101 10111100 100000 100010 0 11010 11110011 100000 111101

Color Harmonies of #807DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807DBC

Black with #807DBC

Text Example


Text Example

White with #807DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807DBC; }

 p { color: rgb(128,125,188); }

 H1.HeaderClassName
 {
   color: #807DBC;
 }
 .AnyTagClassName
 {
   color: #807DBC;
 }
</style>

background-color css

<style>
 a { background-color: #807DBC; }

 a { background-color: rgb(128,125,188); }

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

border-color css

<style>
 span { border-color: #807DBC; }

 span { border-color: rgb(128,125,188); }

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