Html Css Color HEX #807CCC Moody Blue

📋 copy color: '#807CCC'

red 128 ◦ green 124 ◦ blue 204

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

Shades of Moody Blue #807CCC

Tints of Moody Blue #807CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 28.07%
G = 27.19%
B = 44.74%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#807CCC (or 0x807CCC) is known color: Moody Blue. HEX triplet: 80, 7C and CC. RGB value is (128,124,204). Sum of RGB (Red+Green+Blue) = 128+124+204=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #807CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CCC is #7F8333. Grayscale: #868686. Windows color (decimal): -8356660 or 13401216. OLE color: 13401216.

HSL color Cylindrical-coordinate representation of color #807CCC: hue angle of 243º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #807CCC is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 124 204 -
CMYK 0.37 0.39 0 0.2
HSL 243º 0.44% 0.64% -
HSV(B) 243º 0.39% 0.8% -
XYZ 27.01 23.36 60.21 -
YUV 134.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 128 124 204 0.37 0.39 0 0.2 243 0.44 0.64
Hex 80 7C CC 25 27 0 14 F3 2C 40
Octal 200 174 314 45 47 0 24 363 54 100
Binary 10000000 1111100 11001100 100101 100111 0 10100 11110011 101100 1000000

Color Harmonies of #807CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CCC

Black with #807CCC

Text Example


Text Example

White with #807CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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