Html Css Color HEX #7B80CC Moody Blue

📋 copy color: '#7B80CC'

red 123 ◦ green 128 ◦ blue 204

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

Shades of Moody Blue #7B80CC

Tints of Moody Blue #7B80CC

RGB

 RED value IS 123 (48.44% from 255) = 27.03%

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

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

R = 27.03%
G = 28.13%
B = 44.84%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7B80CC (or 0x7B80CC) is known color: Moody Blue. HEX triplet: 7B, 80 and CC. RGB value is (123,128,204). Sum of RGB (Red+Green+Blue) = 123+128+204=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B80CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B80CC is #847F33. Grayscale: #868686. Windows color (decimal): -8683316 or 13402235. OLE color: 13402235.

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

Color convert

RGB 123 128 204 -
CMYK 0.40 0.37 0 0.2
HSL 236.3º 0.44% 0.64% -
HSV(B) 236.3º 0.4% 0.8% -
XYZ 26.79 24.01 60.35 -
YUV 135.17 166.84 119.32 -
System Red Green Blue C M Y K H S L
Decimal 123 128 204 0.40 0.37 0 0.2 236.3 0.44 0.64
Hex 7B 80 CC 28 25 0 14 EC 2C 40
Octal 173 200 314 50 45 0 24 354 54 100
Binary 1111011 10000000 11001100 101000 100101 0 10100 11101100 101100 1000000

Color Harmonies of #7B80CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B80CC

Black with #7B80CC

Text Example


Text Example

White with #7B80CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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