Html Css Color HEX #807DDF Moody Blue

📋 copy color: '#807DDF'

red 128 ◦ green 125 ◦ blue 223

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

Shades of Moody Blue #807DDF

Tints of Moody Blue #807DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 26.89%
G = 26.26%
B = 46.85%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#807DDF (or 0x807DDF) is known color: Moody Blue. HEX triplet: 80, 7D and DF. RGB value is (128,125,223). Sum of RGB (Red+Green+Blue) = 128+125+223=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #807DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DDF is #7F8220. Grayscale: #888888. Windows color (decimal): -8356385 or 14646656. OLE color: 14646656.

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

Color convert

RGB 128 125 223 -
CMYK 0.43 0.44 0 0.13
HSL 241.84º 0.6% 0.68% -
HSV(B) 241.84º 0.44% 0.87% -
XYZ 29.55 24.58 73 -
YUV 137.07 176.49 121.53 -
System Red Green Blue C M Y K H S L
Decimal 128 125 223 0.43 0.44 0 0.13 241.84 0.6 0.68
Hex 80 7D DF 2B 2C 0 D F2 3C 44
Octal 200 175 337 53 54 0 15 362 74 104
Binary 10000000 1111101 11011111 101011 101100 0 1101 11110010 111100 1000100

Color Harmonies of #807DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807DDF

Black with #807DDF

Text Example


Text Example

White with #807DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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