Html Css Color HEX #807EDC Moody Blue

📋 copy color: '#807EDC'

red 128 ◦ green 126 ◦ blue 220

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

Shades of Moody Blue #807EDC

Tints of Moody Blue #807EDC

RGB

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

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

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

R = 27%
G = 26.58%
B = 46.41%

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

#807EDC (or 0x807EDC) is known color: Moody Blue. HEX triplet: 80, 7E and DC. RGB value is (128,126,220). Sum of RGB (Red+Green+Blue) = 128+126+220=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #807EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807EDC is #7F8123. Grayscale: #888888. Windows color (decimal): -8356132 or 14450304. OLE color: 14450304.

HSL color Cylindrical-coordinate representation of color #807EDC: hue angle of 241.28º degrees, saturation: 0.57, 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 #807EDC is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 126 220 -
CMYK 0.42 0.43 0 0.14
HSL 241.28º 0.57% 0.68% -
HSV(B) 241.28º 0.43% 0.86% -
XYZ 29.28 24.68 70.93 -
YUV 137.31 174.66 121.36 -
System Red Green Blue C M Y K H S L
Decimal 128 126 220 0.42 0.43 0 0.14 241.28 0.57 0.68
Hex 80 7E DC 2A 2B 0 E F1 39 44
Octal 200 176 334 52 53 0 16 361 71 104
Binary 10000000 1111110 11011100 101010 101011 0 1110 11110001 111001 1000100

Color Harmonies of #807EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807EDC

Black with #807EDC

Text Example


Text Example

White with #807EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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