Html Css Color HEX #7D6CCC Moody Blue

📋 copy color: '#7D6CCC'

red 125 ◦ green 108 ◦ blue 204

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

Shades of Moody Blue #7D6CCC

Tints of Moody Blue #7D6CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.71%

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

R = 28.6%
G = 24.71%
B = 46.68%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D6CCC (or 0x7D6CCC) is known color: Moody Blue. HEX triplet: 7D, 6C and CC. RGB value is (125,108,204). Sum of RGB (Red+Green+Blue) = 125+108+204=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D6CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6CCC is #829333. Grayscale: #7B7B7B. Windows color (decimal): -8557364 or 13397117. OLE color: 13397117.

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

Color convert

RGB 125 108 204 -
CMYK 0.39 0.47 0 0.2
HSL 250.63º 0.48% 0.61% -
HSV(B) 250.63º 0.47% 0.8% -
XYZ 24.72 19.44 59.58 -
YUV 124.03 173.13 128.69 -
System Red Green Blue C M Y K H S L
Decimal 125 108 204 0.39 0.47 0 0.2 250.63 0.48 0.61
Hex 7D 6C CC 27 2F 0 14 FB 30 3D
Octal 175 154 314 47 57 0 24 373 60 75
Binary 1111101 1101100 11001100 100111 101111 0 10100 11111011 110000 111101

Color Harmonies of #7D6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6CCC

Black with #7D6CCC

Text Example


Text Example

White with #7D6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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