Html Css Color HEX #806ED3 Moody Blue

📋 copy color: '#806ED3'

red 128 ◦ green 110 ◦ blue 211

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

Shades of Moody Blue #806ED3

Tints of Moody Blue #806ED3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.5%

 BLUE value IS 211 (82.81% from 255) = 46.99%

R = 28.51%
G = 24.5%
B = 46.99%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#806ED3 (or 0x806ED3) is known color: Moody Blue. HEX triplet: 80, 6E and D3. RGB value is (128,110,211). Sum of RGB (Red+Green+Blue) = 128+110+211=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 211 (82.81% from 255 or 46.99% from 449); Max value from RGB is 211 - color contains mainly: blue. Hex color #806ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ED3 is #7F912C. Grayscale: #7E7E7E. Windows color (decimal): -8360237 or 13856384. OLE color: 13856384.

HSL color Cylindrical-coordinate representation of color #806ED3: hue angle of 250.69º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806ED3 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 110 211 -
CMYK 0.39 0.48 0 0.17
HSL 250.69º 0.53% 0.63% -
HSV(B) 250.69º 0.48% 0.83% -
XYZ 26.24 20.44 64.19 -
YUV 126.9 175.46 128.79 -
System Red Green Blue C M Y K H S L
Decimal 128 110 211 0.39 0.48 0 0.17 250.69 0.53 0.63
Hex 80 6E D3 27 30 0 11 FB 35 3F
Octal 200 156 323 47 60 0 21 373 65 77
Binary 10000000 1101110 11010011 100111 110000 0 10001 11111011 110101 111111

Color Harmonies of #806ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806ED3

Black with #806ED3

Text Example


Text Example

White with #806ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806ED3; }

 p { color: rgb(128,110,211); }

 H1.HeaderClassName
 {
   color: #806ED3;
 }
 .AnyTagClassName
 {
   color: #806ED3;
 }
</style>

background-color css

<style>
 a { background-color: #806ED3; }

 a { background-color: rgb(128,110,211); }

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

border-color css

<style>
 span { border-color: #806ED3; }

 span { border-color: rgb(128,110,211); }

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