Html Css Color HEX #7C84CE Moody Blue

📋 copy color: '#7C84CE'

red 124 ◦ green 132 ◦ blue 206

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

Shades of Moody Blue #7C84CE

Tints of Moody Blue #7C84CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.57%

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 26.84%
G = 28.57%
B = 44.59%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C84CE (or 0x7C84CE) is known color: Moody Blue. HEX triplet: 7C, 84 and CE. RGB value is (124,132,206). Sum of RGB (Red+Green+Blue) = 124+132+206=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C84CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C84CE is #837B31. Grayscale: #898989. Windows color (decimal): -8616754 or 13534332. OLE color: 13534332.

HSL color Cylindrical-coordinate representation of color #7C84CE: hue angle of 234.15º 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 #7C84CE is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 132 206 -
CMYK 0.40 0.36 0 0.19
HSL 234.15º 0.46% 0.65% -
HSV(B) 234.15º 0.4% 0.81% -
XYZ 27.7 25.24 61.8 -
YUV 138.04 166.35 117.98 -
System Red Green Blue C M Y K H S L
Decimal 124 132 206 0.40 0.36 0 0.19 234.15 0.46 0.65
Hex 7C 84 CE 28 24 0 13 EA 2E 41
Octal 174 204 316 50 44 0 23 352 56 101
Binary 1111100 10000100 11001110 101000 100100 0 10011 11101010 101110 1000001

Color Harmonies of #7C84CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C84CE

Black with #7C84CE

Text Example


Text Example

White with #7C84CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,132,206); }

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

background-color css

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

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

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

border-color css

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

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

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