Html Css Color HEX #7B80CA Moody Blue

📋 copy color: '#7B80CA'

red 123 ◦ green 128 ◦ blue 202

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

Shades of Moody Blue #7B80CA

Tints of Moody Blue #7B80CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 27.15%
G = 28.26%
B = 44.59%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B80CA (or 0x7B80CA) is known color: Moody Blue. HEX triplet: 7B, 80 and CA. RGB value is (123,128,202). Sum of RGB (Red+Green+Blue) = 123+128+202=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B80CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B80CA is #847F35. Grayscale: #868686. Windows color (decimal): -8683318 or 13271163. OLE color: 13271163.

HSL color Cylindrical-coordinate representation of color #7B80CA: hue angle of 236.2º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B80CA is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 128 202 -
CMYK 0.39 0.37 0 0.21
HSL 236.2º 0.43% 0.64% -
HSV(B) 236.2º 0.39% 0.79% -
XYZ 26.55 23.91 59.09 -
YUV 134.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 123 128 202 0.39 0.37 0 0.21 236.2 0.43 0.64
Hex 7B 80 CA 27 25 0 15 EC 2B 40
Octal 173 200 312 47 45 0 25 354 53 100
Binary 1111011 10000000 11001010 100111 100101 0 10101 11101100 101011 1000000

Color Harmonies of #7B80CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B80CA

Black with #7B80CA

Text Example


Text Example

White with #7B80CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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