Html Css Color HEX #7D84CC Moody Blue

📋 copy color: '#7D84CC'

red 125 ◦ green 132 ◦ blue 204

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

Shades of Moody Blue #7D84CC

Tints of Moody Blue #7D84CC

RGB

 RED value IS 125 (49.22% from 255) = 27.11%

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 27.11%
G = 28.63%
B = 44.25%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D84CC (or 0x7D84CC) is known color: Moody Blue. HEX triplet: 7D, 84 and CC. RGB value is (125,132,204). Sum of RGB (Red+Green+Blue) = 125+132+204=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D84CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D84CC is #827B33. Grayscale: #898989. Windows color (decimal): -8551220 or 13403261. OLE color: 13403261.

HSL color Cylindrical-coordinate representation of color #7D84CC: hue angle of 234.68º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D84CC is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 132 204 -
CMYK 0.39 0.35 0 0.2
HSL 234.68º 0.44% 0.65% -
HSV(B) 234.68º 0.39% 0.8% -
XYZ 27.61 25.22 60.54 -
YUV 138.12 165.18 118.65 -
System Red Green Blue C M Y K H S L
Decimal 125 132 204 0.39 0.35 0 0.2 234.68 0.44 0.65
Hex 7D 84 CC 27 23 0 14 EB 2C 41
Octal 175 204 314 47 43 0 24 353 54 101
Binary 1111101 10000100 11001100 100111 100011 0 10100 11101011 101100 1000001

Color Harmonies of #7D84CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D84CC

Black with #7D84CC

Text Example


Text Example

White with #7D84CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,132,204); }

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

background-color css

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

 a { background-color: rgb(125,132,204); }

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

border-color css

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

 span { border-color: rgb(125,132,204); }

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