Html Css Color HEX #7B80CD Moody Blue

📋 copy color: '#7B80CD'

red 123 ◦ green 128 ◦ blue 205

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

Shades of Moody Blue #7B80CD

Tints of Moody Blue #7B80CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 26.97%
G = 28.07%
B = 44.96%

CMYK

 C value IS 0.4

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B80CD (or 0x7B80CD) is known color: Moody Blue. HEX triplet: 7B, 80 and CD. RGB value is (123,128,205). Sum of RGB (Red+Green+Blue) = 123+128+205=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B80CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B80CD is #847F32. Grayscale: #868686. Windows color (decimal): -8683315 or 13467771. OLE color: 13467771.

HSL color Cylindrical-coordinate representation of color #7B80CD: hue angle of 236.34º degrees, saturation: 0.45, 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 #7B80CD is Cyan = 0.4, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 128 205 -
CMYK 0.4 0.38 0 0.20
HSL 236.34º 0.45% 0.64% -
HSV(B) 236.34º 0.4% 0.8% -
XYZ 26.91 24.06 60.98 -
YUV 135.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 123 128 205 0.4 0.38 0 0.20 236.34 0.45 0.64
Hex 7B 80 CD 28 26 0 14 EC 2D 40
Octal 173 200 315 50 46 0 24 354 55 100
Binary 1111011 10000000 11001101 101000 100110 0 10100 11101100 101101 1000000

Color Harmonies of #7B80CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B80CD

Black with #7B80CD

Text Example


Text Example

White with #7B80CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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