Html Css Color HEX #807ED5 Moody Blue

📋 copy color: '#807ED5'

red 128 ◦ green 126 ◦ blue 213

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

Shades of Moody Blue #807ED5

Tints of Moody Blue #807ED5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.98%

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 27.41%
G = 26.98%
B = 45.61%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#807ED5 (or 0x807ED5) is known color: Moody Blue. HEX triplet: 80, 7E and D5. RGB value is (128,126,213). Sum of RGB (Red+Green+Blue) = 128+126+213=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #807ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ED5 is #7F812A. Grayscale: #888888. Windows color (decimal): -8356139 or 13991552. OLE color: 13991552.

HSL color Cylindrical-coordinate representation of color #807ED5: hue angle of 241.38º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #807ED5 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 126 213 -
CMYK 0.40 0.41 0 0.16
HSL 241.38º 0.51% 0.66% -
HSV(B) 241.38º 0.41% 0.84% -
XYZ 28.37 24.32 66.15 -
YUV 136.52 171.16 121.93 -
System Red Green Blue C M Y K H S L
Decimal 128 126 213 0.40 0.41 0 0.16 241.38 0.51 0.66
Hex 80 7E D5 28 29 0 10 F1 33 42
Octal 200 176 325 50 51 0 20 361 63 102
Binary 10000000 1111110 11010101 101000 101001 0 10000 11110001 110011 1000010

Color Harmonies of #807ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807ED5

Black with #807ED5

Text Example


Text Example

White with #807ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,126,213); }

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

background-color css

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

 a { background-color: rgb(128,126,213); }

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

border-color css

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

 span { border-color: rgb(128,126,213); }

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