Html Css Color HEX #7C67BB Moody Blue

📋 copy color: '#7C67BB'

red 124 ◦ green 103 ◦ blue 187

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

Shades of Moody Blue #7C67BB

Tints of Moody Blue #7C67BB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.88%

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

R = 29.95%
G = 24.88%
B = 45.17%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C67BB (or 0x7C67BB) is known color: Moody Blue. HEX triplet: 7C, 67 and BB. RGB value is (124,103,187). Sum of RGB (Red+Green+Blue) = 124+103+187=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C67BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C67BB is #839844. Grayscale: #767676. Windows color (decimal): -8624197 or 12281724. OLE color: 12281724.

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

Color convert

RGB 124 103 187 -
CMYK 0.34 0.45 0 0.27
HSL 255º 0.38% 0.57% -
HSV(B) 255º 0.45% 0.73% -
XYZ 22.13 17.57 49.24 -
YUV 118.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 124 103 187 0.34 0.45 0 0.27 255 0.38 0.57
Hex 7C 67 BB 22 2D 0 1B FF 26 39
Octal 174 147 273 42 55 0 33 377 46 71
Binary 1111100 1100111 10111011 100010 101101 0 11011 11111111 100110 111001

Color Harmonies of #7C67BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C67BB

Black with #7C67BB

Text Example


Text Example

White with #7C67BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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