Html Css Color HEX #807CC0 Moody Blue

📋 copy color: '#807CC0'

red 128 ◦ green 124 ◦ blue 192

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

Shades of Moody Blue #807CC0

Tints of Moody Blue #807CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.24%

R = 28.83%
G = 27.93%
B = 43.24%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#807CC0 (or 0x807CC0) is known color: Moody Blue. HEX triplet: 80, 7C and C0. RGB value is (128,124,192). Sum of RGB (Red+Green+Blue) = 128+124+192=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #807CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CC0 is #7F833F. Grayscale: #848484. Windows color (decimal): -8356672 or 12614784. OLE color: 12614784.

HSL color Cylindrical-coordinate representation of color #807CC0: hue angle of 243.53º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #807CC0 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 124 192 -
CMYK 0.33 0.35 0 0.25
HSL 243.53º 0.35% 0.62% -
HSV(B) 243.53º 0.35% 0.75% -
XYZ 25.62 22.81 52.92 -
YUV 132.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 128 124 192 0.33 0.35 0 0.25 243.53 0.35 0.62
Hex 80 7C C0 21 23 0 19 F4 23 3E
Octal 200 174 300 41 43 0 31 364 43 76
Binary 10000000 1111100 11000000 100001 100011 0 11001 11110100 100011 111110

Color Harmonies of #807CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CC0

Black with #807CC0

Text Example


Text Example

White with #807CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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