Html Css Color HEX #7A7CBE Moody Blue

📋 copy color: '#7A7CBE'

red 122 ◦ green 124 ◦ blue 190

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

Shades of Moody Blue #7A7CBE

Tints of Moody Blue #7A7CBE

RGB

 RED value IS 122 (48.05% from 255) = 27.98%

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

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 27.98%
G = 28.44%
B = 43.58%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A7CBE (or 0x7A7CBE) is known color: Moody Blue. HEX triplet: 7A, 7C and BE. RGB value is (122,124,190). Sum of RGB (Red+Green+Blue) = 122+124+190=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A7CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7CBE is #858341. Grayscale: #828282. Windows color (decimal): -8749890 or 12483706. OLE color: 12483706.

HSL color Cylindrical-coordinate representation of color #7A7CBE: hue angle of 238.24º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A7CBE is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 124 190 -
CMYK 0.36 0.35 0 0.25
HSL 238.24º 0.34% 0.61% -
HSV(B) 238.24º 0.36% 0.75% -
XYZ 24.53 22.27 51.72 -
YUV 130.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 122 124 190 0.36 0.35 0 0.25 238.24 0.34 0.61
Hex 7A 7C BE 24 23 0 19 EE 22 3D
Octal 172 174 276 44 43 0 31 356 42 75
Binary 1111010 1111100 10111110 100100 100011 0 11001 11101110 100010 111101

Color Harmonies of #7A7CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7CBE

Black with #7A7CBE

Text Example


Text Example

White with #7A7CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,124,190); }

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

background-color css

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

 a { background-color: rgb(122,124,190); }

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

border-color css

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

 span { border-color: rgb(122,124,190); }

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