Html Css Color HEX #7C7CBF Moody Blue

📋 copy color: '#7C7CBF'

red 124 ◦ green 124 ◦ blue 191

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

Shades of Moody Blue #7C7CBF

Tints of Moody Blue #7C7CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.51%

R = 28.25%
G = 28.25%
B = 43.51%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C7CBF (or 0x7C7CBF) is known color: Moody Blue. HEX triplet: 7C, 7C and BF. RGB value is (124,124,191). Sum of RGB (Red+Green+Blue) = 124+124+191=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C7CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7CBF is #838340. Grayscale: #838383. Windows color (decimal): -8618817 or 12549244. OLE color: 12549244.

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

Color convert

RGB 124 124 191 -
CMYK 0.35 0.35 0 0.25
HSL 240º 0.34% 0.62% -
HSV(B) 240º 0.35% 0.75% -
XYZ 24.92 22.46 52.31 -
YUV 131.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 124 124 191 0.35 0.35 0 0.25 240 0.34 0.62
Hex 7C 7C BF 23 23 0 19 F0 22 3E
Octal 174 174 277 43 43 0 31 360 42 76
Binary 1111100 1111100 10111111 100011 100011 0 11001 11110000 100010 111110

Color Harmonies of #7C7CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7CBF

Black with #7C7CBF

Text Example


Text Example

White with #7C7CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,124,191); }

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

background-color css

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

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

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

border-color css

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

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

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