Html Css Color HEX #7D7CCF Moody Blue

📋 copy color: '#7D7CCF'

red 125 ◦ green 124 ◦ blue 207

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

Shades of Moody Blue #7D7CCF

Tints of Moody Blue #7D7CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.19%

 BLUE value IS 207 (81.25% from 255) = 45.39%

R = 27.41%
G = 27.19%
B = 45.39%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D7CCF (or 0x7D7CCF) is known color: Moody Blue. HEX triplet: 7D, 7C and CF. RGB value is (125,124,207). Sum of RGB (Red+Green+Blue) = 125+124+207=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D7CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7CCF is #828330. Grayscale: #858585. Windows color (decimal): -8553265 or 13597821. OLE color: 13597821.

HSL color Cylindrical-coordinate representation of color #7D7CCF: hue angle of 240.72º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D7CCF is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 124 207 -
CMYK 0.40 0.40 0 0.19
HSL 240.72º 0.46% 0.65% -
HSV(B) 240.72º 0.4% 0.81% -
XYZ 26.93 23.28 62.11 -
YUV 133.76 169.33 121.75 -
System Red Green Blue C M Y K H S L
Decimal 125 124 207 0.40 0.40 0 0.19 240.72 0.46 0.65
Hex 7D 7C CF 28 28 0 13 F1 2E 41
Octal 175 174 317 50 50 0 23 361 56 101
Binary 1111101 1111100 11001111 101000 101000 0 10011 11110001 101110 1000001

Color Harmonies of #7D7CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7CCF

Black with #7D7CCF

Text Example


Text Example

White with #7D7CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,124,207); }

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

background-color css

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

 a { background-color: rgb(125,124,207); }

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

border-color css

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

 span { border-color: rgb(125,124,207); }

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