Html Css Color HEX #7C80CC Moody Blue

📋 copy color: '#7C80CC'

red 124 ◦ green 128 ◦ blue 204

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

Shades of Moody Blue #7C80CC

Tints of Moody Blue #7C80CC

RGB

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

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

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

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

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7C80CC (or 0x7C80CC) is known color: Moody Blue. HEX triplet: 7C, 80 and CC. RGB value is (124,128,204). Sum of RGB (Red+Green+Blue) = 124+128+204=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 128 (50.39% from 255 or 28.07% 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 #7C80CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C80CC is #837F33. Grayscale: #878787. Windows color (decimal): -8617780 or 13402236. OLE color: 13402236.

HSL color Cylindrical-coordinate representation of color #7C80CC: hue angle of 237º 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 #7C80CC is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 128 204 -
CMYK 0.39 0.37 0 0.2
HSL 237º 0.44% 0.64% -
HSV(B) 237º 0.39% 0.8% -
XYZ 26.93 24.08 60.36 -
YUV 135.47 166.67 119.82 -
System Red Green Blue C M Y K H S L
Decimal 124 128 204 0.39 0.37 0 0.2 237 0.44 0.64
Hex 7C 80 CC 27 25 0 14 ED 2C 40
Octal 174 200 314 47 45 0 24 355 54 100
Binary 1111100 10000000 11001100 100111 100101 0 10100 11101101 101100 1000000

Color Harmonies of #7C80CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C80CC

Black with #7C80CC

Text Example


Text Example

White with #7C80CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C80CC; }

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

 H1.HeaderClassName
 {
   color: #7C80CC;
 }
 .AnyTagClassName
 {
   color: #7C80CC;
 }
</style>

background-color css

<style>
 a { background-color: #7C80CC; }

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

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

border-color css

<style>
 span { border-color: #7C80CC; }

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

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