Html Css Color HEX #807ED6 Moody Blue

📋 copy color: '#807ED6'

red 128 ◦ green 126 ◦ blue 214

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

Shades of Moody Blue #807ED6

Tints of Moody Blue #807ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.73%

R = 27.35%
G = 26.92%
B = 45.73%

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

#807ED6 (or 0x807ED6) is known color: Moody Blue. HEX triplet: 80, 7E and D6. RGB value is (128,126,214). Sum of RGB (Red+Green+Blue) = 128+126+214=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #807ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ED6 is #7F8129. Grayscale: #888888. Windows color (decimal): -8356138 or 14057088. OLE color: 14057088.

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

Color convert

RGB 128 126 214 -
CMYK 0.40 0.41 0 0.16
HSL 241.36º 0.52% 0.67% -
HSV(B) 241.36º 0.41% 0.84% -
XYZ 28.5 24.37 66.82 -
YUV 136.63 171.66 121.84 -
System Red Green Blue C M Y K H S L
Decimal 128 126 214 0.40 0.41 0 0.16 241.36 0.52 0.67
Hex 80 7E D6 28 29 0 10 F1 34 43
Octal 200 176 326 50 51 0 20 361 64 103
Binary 10000000 1111110 11010110 101000 101001 0 10000 11110001 110100 1000011

Color Harmonies of #807ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807ED6

Black with #807ED6

Text Example


Text Example

White with #807ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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