Html Css Color HEX #807DE0 Moody Blue

📋 copy color: '#807DE0'

red 128 ◦ green 125 ◦ blue 224

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

Shades of Moody Blue #807DE0

Tints of Moody Blue #807DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.96%

R = 26.83%
G = 26.21%
B = 46.96%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#807DE0 (or 0x807DE0) is known color: Moody Blue. HEX triplet: 80, 7D and E0. RGB value is (128,125,224). Sum of RGB (Red+Green+Blue) = 128+125+224=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #807DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DE0 is #7F821F. Grayscale: #888888. Windows color (decimal): -8356384 or 14712192. OLE color: 14712192.

HSL color Cylindrical-coordinate representation of color #807DE0: hue angle of 241.82º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #807DE0 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 125 224 -
CMYK 0.43 0.44 0 0.12
HSL 241.82º 0.61% 0.68% -
HSV(B) 241.82º 0.44% 0.88% -
XYZ 29.69 24.64 73.71 -
YUV 137.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 128 125 224 0.43 0.44 0 0.12 241.82 0.61 0.68
Hex 80 7D E0 2B 2C 0 C F2 3D 44
Octal 200 175 340 53 54 0 14 362 75 104
Binary 10000000 1111101 11100000 101011 101100 0 1100 11110010 111101 1000100

Color Harmonies of #807DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807DE0

Black with #807DE0

Text Example


Text Example

White with #807DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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