Html Css Color HEX #7B7ABB Moody Blue

📋 copy color: '#7B7ABB'

red 123 ◦ green 122 ◦ blue 187

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

Shades of Moody Blue #7B7ABB

Tints of Moody Blue #7B7ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 28.47%
G = 28.24%
B = 43.29%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B7ABB (or 0x7B7ABB) is known color: Moody Blue. HEX triplet: 7B, 7A and BB. RGB value is (123,122,187). Sum of RGB (Red+Green+Blue) = 123+122+187=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B7ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7ABB is #848544. Grayscale: #818181. Windows color (decimal): -8684869 or 12286587. OLE color: 12286587.

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

Color convert

RGB 123 122 187 -
CMYK 0.34 0.35 0 0.27
HSL 240.92º 0.32% 0.61% -
HSV(B) 240.92º 0.35% 0.73% -
XYZ 24.1 21.72 49.94 -
YUV 129.71 160.33 123.21 -
System Red Green Blue C M Y K H S L
Decimal 123 122 187 0.34 0.35 0 0.27 240.92 0.32 0.61
Hex 7B 7A BB 22 23 0 1B F1 20 3D
Octal 173 172 273 42 43 0 33 361 40 75
Binary 1111011 1111010 10111011 100010 100011 0 11011 11110001 100000 111101

Color Harmonies of #7B7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7ABB

Black with #7B7ABB

Text Example


Text Example

White with #7B7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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