Html Css Color HEX #7D6FCC Moody Blue

📋 copy color: '#7D6FCC'

red 125 ◦ green 111 ◦ blue 204

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

Shades of Moody Blue #7D6FCC

Tints of Moody Blue #7D6FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.23%

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

R = 28.41%
G = 25.23%
B = 46.36%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D6FCC (or 0x7D6FCC) is known color: Moody Blue. HEX triplet: 7D, 6F and CC. RGB value is (125,111,204). Sum of RGB (Red+Green+Blue) = 125+111+204=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D6FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6FCC is #829033. Grayscale: #7D7D7D. Windows color (decimal): -8556596 or 13397885. OLE color: 13397885.

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

Color convert

RGB 125 111 204 -
CMYK 0.39 0.46 0 0.2
HSL 249.03º 0.48% 0.62% -
HSV(B) 249.03º 0.46% 0.8% -
XYZ 25.04 20.09 59.68 -
YUV 125.79 172.14 127.44 -
System Red Green Blue C M Y K H S L
Decimal 125 111 204 0.39 0.46 0 0.2 249.03 0.48 0.62
Hex 7D 6F CC 27 2E 0 14 F9 30 3E
Octal 175 157 314 47 56 0 24 371 60 76
Binary 1111101 1101111 11001100 100111 101110 0 10100 11111001 110000 111110

Color Harmonies of #7D6FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6FCC

Black with #7D6FCC

Text Example


Text Example

White with #7D6FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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