Html Css Color HEX #7D7FCC Moody Blue

📋 copy color: '#7D7FCC'

red 125 ◦ green 127 ◦ blue 204

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

Shades of Moody Blue #7D7FCC

Tints of Moody Blue #7D7FCC

RGB

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

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

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

R = 27.41%
G = 27.85%
B = 44.74%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D7FCC (or 0x7D7FCC) is known color: Moody Blue. HEX triplet: 7D, 7F and CC. RGB value is (125,127,204). Sum of RGB (Red+Green+Blue) = 125+127+204=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D7FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7FCC is #828033. Grayscale: #868686. Windows color (decimal): -8552500 or 13401981. OLE color: 13401981.

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

Color convert

RGB 125 127 204 -
CMYK 0.39 0.38 0 0.2
HSL 238.48º 0.44% 0.65% -
HSV(B) 238.48º 0.39% 0.8% -
XYZ 26.95 23.9 60.32 -
YUV 135.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 125 127 204 0.39 0.38 0 0.2 238.48 0.44 0.65
Hex 7D 7F CC 27 26 0 14 EE 2C 41
Octal 175 177 314 47 46 0 24 356 54 101
Binary 1111101 1111111 11001100 100111 100110 0 10100 11101110 101100 1000001

Color Harmonies of #7D7FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7FCC

Black with #7D7FCC

Text Example


Text Example

White with #7D7FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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