Html Css Color HEX #807DD9 Moody Blue

📋 copy color: '#807DD9'

red 128 ◦ green 125 ◦ blue 217

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

Shades of Moody Blue #807DD9

Tints of Moody Blue #807DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.17%

R = 27.23%
G = 26.6%
B = 46.17%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#807DD9 (or 0x807DD9) is known color: Moody Blue. HEX triplet: 80, 7D and D9. RGB value is (128,125,217). Sum of RGB (Red+Green+Blue) = 128+125+217=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #807DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DD9 is #7F8226. Grayscale: #888888. Windows color (decimal): -8356391 or 14253440. OLE color: 14253440.

HSL color Cylindrical-coordinate representation of color #807DD9: hue angle of 241.96º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #807DD9 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 125 217 -
CMYK 0.41 0.42 0 0.15
HSL 241.96º 0.55% 0.67% -
HSV(B) 241.96º 0.42% 0.85% -
XYZ 28.76 24.27 68.81 -
YUV 136.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 128 125 217 0.41 0.42 0 0.15 241.96 0.55 0.67
Hex 80 7D D9 29 2A 0 F F2 37 43
Octal 200 175 331 51 52 0 17 362 67 103
Binary 10000000 1111101 11011001 101001 101010 0 1111 11110010 110111 1000011

Color Harmonies of #807DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807DD9

Black with #807DD9

Text Example


Text Example

White with #807DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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