Html Css Color HEX #7B7ABA Moody Blue

📋 copy color: '#7B7ABA'

red 123 ◦ green 122 ◦ blue 186

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

Shades of Moody Blue #7B7ABA

Tints of Moody Blue #7B7ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.31%

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 28.54%
G = 28.31%
B = 43.16%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B7ABA (or 0x7B7ABA) is known color: Moody Blue. HEX triplet: 7B, 7A and BA. RGB value is (123,122,186). Sum of RGB (Red+Green+Blue) = 123+122+186=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B7ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7ABA is #848545. Grayscale: #818181. Windows color (decimal): -8684870 or 12221051. OLE color: 12221051.

HSL color Cylindrical-coordinate representation of color #7B7ABA: hue angle of 240.94º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B7ABA is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 122 186 -
CMYK 0.34 0.34 0 0.27
HSL 240.94º 0.32% 0.6% -
HSV(B) 240.94º 0.34% 0.73% -
XYZ 23.99 21.68 49.37 -
YUV 129.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 123 122 186 0.34 0.34 0 0.27 240.94 0.32 0.6
Hex 7B 7A BA 22 22 0 1B F1 20 3C
Octal 173 172 272 42 42 0 33 361 40 74
Binary 1111011 1111010 10111010 100010 100010 0 11011 11110001 100000 111100

Color Harmonies of #7B7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7ABA

Black with #7B7ABA

Text Example


Text Example

White with #7B7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,122,186); }

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

background-color css

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

 a { background-color: rgb(123,122,186); }

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

border-color css

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

 span { border-color: rgb(123,122,186); }

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