Html Css Color HEX #7C7FCF Moody Blue

📋 copy color: '#7C7FCF'

red 124 ◦ green 127 ◦ blue 207

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

Shades of Moody Blue #7C7FCF

Tints of Moody Blue #7C7FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 27.07%
G = 27.73%
B = 45.2%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C7FCF (or 0x7C7FCF) is known color: Moody Blue. HEX triplet: 7C, 7F and CF. RGB value is (124,127,207). Sum of RGB (Red+Green+Blue) = 124+127+207=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C7FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7FCF is #838030. Grayscale: #868686. Windows color (decimal): -8618033 or 13598588. OLE color: 13598588.

HSL color Cylindrical-coordinate representation of color #7C7FCF: hue angle of 237.83º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C7FCF is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 127 207 -
CMYK 0.40 0.39 0 0.19
HSL 237.83º 0.46% 0.65% -
HSV(B) 237.83º 0.4% 0.81% -
XYZ 27.16 23.97 62.23 -
YUV 135.22 168.51 120 -
System Red Green Blue C M Y K H S L
Decimal 124 127 207 0.40 0.39 0 0.19 237.83 0.46 0.65
Hex 7C 7F CF 28 27 0 13 EE 2E 41
Octal 174 177 317 50 47 0 23 356 56 101
Binary 1111100 1111111 11001111 101000 100111 0 10011 11101110 101110 1000001

Color Harmonies of #7C7FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7FCF

Black with #7C7FCF

Text Example


Text Example

White with #7C7FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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