Html Css Color HEX #807DDC Moody Blue

📋 copy color: '#807DDC'

red 128 ◦ green 125 ◦ blue 220

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

Shades of Moody Blue #807DDC

Tints of Moody Blue #807DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 27.06%
G = 26.43%
B = 46.51%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#807DDC (or 0x807DDC) is known color: Moody Blue. HEX triplet: 80, 7D and DC. RGB value is (128,125,220). Sum of RGB (Red+Green+Blue) = 128+125+220=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #807DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DDC is #7F8223. Grayscale: #888888. Windows color (decimal): -8356388 or 14450048. OLE color: 14450048.

HSL color Cylindrical-coordinate representation of color #807DDC: hue angle of 241.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #807DDC is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 125 220 -
CMYK 0.42 0.43 0 0.14
HSL 241.89º 0.58% 0.68% -
HSV(B) 241.89º 0.43% 0.86% -
XYZ 29.15 24.42 70.89 -
YUV 136.73 174.99 121.78 -
System Red Green Blue C M Y K H S L
Decimal 128 125 220 0.42 0.43 0 0.14 241.89 0.58 0.68
Hex 80 7D DC 2A 2B 0 E F2 3A 44
Octal 200 175 334 52 53 0 16 362 72 104
Binary 10000000 1111101 11011100 101010 101011 0 1110 11110010 111010 1000100

Color Harmonies of #807DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807DDC

Black with #807DDC

Text Example


Text Example

White with #807DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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