Html Css Color HEX #7C7FE0 Moody Blue

📋 copy color: '#7C7FE0'

red 124 ◦ green 127 ◦ blue 224

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

Shades of Moody Blue #7C7FE0

Tints of Moody Blue #7C7FE0

RGB

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

 GREEN value IS 127 (50% from 255) = 26.74%

 BLUE value IS 224 (87.89% from 255) = 47.16%

R = 26.11%
G = 26.74%
B = 47.16%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7C7FE0 (or 0x7C7FE0) is known color: Moody Blue. HEX triplet: 7C, 7F and E0. RGB value is (124,127,224). Sum of RGB (Red+Green+Blue) = 124+127+224=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #7C7FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7FE0 is #83801F. Grayscale: #888888. Windows color (decimal): -8618016 or 14712700. OLE color: 14712700.

HSL color Cylindrical-coordinate representation of color #7C7FE0: hue angle of 238.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C7FE0 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 124 127 224 -
CMYK 0.45 0.43 0 0.12
HSL 238.2º 0.62% 0.68% -
HSV(B) 238.2º 0.45% 0.88% -
XYZ 29.36 24.85 73.77 -
YUV 137.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 124 127 224 0.45 0.43 0 0.12 238.2 0.62 0.68
Hex 7C 7F E0 2D 2B 0 C EE 3E 44
Octal 174 177 340 55 53 0 14 356 76 104
Binary 1111100 1111111 11100000 101101 101011 0 1100 11101110 111110 1000100

Color Harmonies of #7C7FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7FE0

Black with #7C7FE0

Text Example


Text Example

White with #7C7FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,127,224); }

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

background-color css

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

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

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

border-color css

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

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

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