Html Css Color HEX #7D82CC Moody Blue

📋 copy color: '#7D82CC'

red 125 ◦ green 130 ◦ blue 204

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

Shades of Moody Blue #7D82CC

Tints of Moody Blue #7D82CC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.32%

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

R = 27.23%
G = 28.32%
B = 44.44%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D82CC (or 0x7D82CC) is known color: Moody Blue. HEX triplet: 7D, 82 and CC. RGB value is (125,130,204). Sum of RGB (Red+Green+Blue) = 125+130+204=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D82CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D82CC is #827D33. Grayscale: #888888. Windows color (decimal): -8551732 or 13402749. OLE color: 13402749.

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

Color convert

RGB 125 130 204 -
CMYK 0.39 0.36 0 0.2
HSL 236.2º 0.44% 0.65% -
HSV(B) 236.2º 0.39% 0.8% -
XYZ 27.34 24.68 60.45 -
YUV 136.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 125 130 204 0.39 0.36 0 0.2 236.2 0.44 0.65
Hex 7D 82 CC 27 24 0 14 EC 2C 41
Octal 175 202 314 47 44 0 24 354 54 101
Binary 1111101 10000010 11001100 100111 100100 0 10100 11101100 101100 1000001

Color Harmonies of #7D82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D82CC

Black with #7D82CC

Text Example


Text Example

White with #7D82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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