Html Css Color HEX #807CDD Moody Blue

📋 copy color: '#807CDD'

red 128 ◦ green 124 ◦ blue 221

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

Shades of Moody Blue #807CDD

Tints of Moody Blue #807CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.22%

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 27.06%
G = 26.22%
B = 46.72%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#807CDD (or 0x807CDD) is known color: Moody Blue. HEX triplet: 80, 7C and DD. RGB value is (128,124,221). Sum of RGB (Red+Green+Blue) = 128+124+221=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #807CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CDD is #7F8322. Grayscale: #878787. Windows color (decimal): -8356643 or 14515328. OLE color: 14515328.

HSL color Cylindrical-coordinate representation of color #807CDD: hue angle of 242.47º degrees, saturation: 0.59, 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 #807CDD is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 124 221 -
CMYK 0.42 0.44 0 0.13
HSL 242.47º 0.59% 0.68% -
HSV(B) 242.47º 0.44% 0.87% -
XYZ 29.16 24.22 71.55 -
YUV 136.25 175.83 122.11 -
System Red Green Blue C M Y K H S L
Decimal 128 124 221 0.42 0.44 0 0.13 242.47 0.59 0.68
Hex 80 7C DD 2A 2C 0 D F2 3B 44
Octal 200 174 335 52 54 0 15 362 73 104
Binary 10000000 1111100 11011101 101010 101100 0 1101 11110010 111011 1000100

Color Harmonies of #807CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CDD

Black with #807CDD

Text Example


Text Example

White with #807CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,124,221); }

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

background-color css

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

 a { background-color: rgb(128,124,221); }

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

border-color css

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

 span { border-color: rgb(128,124,221); }

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