Html Css Color HEX #7C7ABB Moody Blue

📋 copy color: '#7C7ABB'

red 124 ◦ green 122 ◦ blue 187

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

Shades of Moody Blue #7C7ABB

Tints of Moody Blue #7C7ABB

RGB

 RED value IS 124 (48.83% from 255) = 28.64%

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

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

R = 28.64%
G = 28.18%
B = 43.19%

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

#7C7ABB (or 0x7C7ABB) is known color: Moody Blue. HEX triplet: 7C, 7A and BB. RGB value is (124,122,187). Sum of RGB (Red+Green+Blue) = 124+122+187=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C7ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7ABB is #838544. Grayscale: #818181. Windows color (decimal): -8619333 or 12286588. OLE color: 12286588.

HSL color Cylindrical-coordinate representation of color #7C7ABB: hue angle of 241.85º 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 #7C7ABB is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 122 187 -
CMYK 0.34 0.35 0 0.27
HSL 241.85º 0.32% 0.61% -
HSV(B) 241.85º 0.35% 0.73% -
XYZ 24.24 21.79 49.94 -
YUV 130.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 124 122 187 0.34 0.35 0 0.27 241.85 0.32 0.61
Hex 7C 7A BB 22 23 0 1B F2 20 3D
Octal 174 172 273 42 43 0 33 362 40 75
Binary 1111100 1111010 10111011 100010 100011 0 11011 11110010 100000 111101

Color Harmonies of #7C7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7ABB

Black with #7C7ABB

Text Example


Text Example

White with #7C7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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