Html Css Color HEX #7D7CDF Moody Blue

📋 copy color: '#7D7CDF'

red 125 ◦ green 124 ◦ blue 223

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

Shades of Moody Blue #7D7CDF

Tints of Moody Blue #7D7CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.25%

R = 26.48%
G = 26.27%
B = 47.25%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D7CDF (or 0x7D7CDF) is known color: Moody Blue. HEX triplet: 7D, 7C and DF. RGB value is (125,124,223). Sum of RGB (Red+Green+Blue) = 125+124+223=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D7CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7CDF is #828320. Grayscale: #878787. Windows color (decimal): -8553249 or 14646397. OLE color: 14646397.

HSL color Cylindrical-coordinate representation of color #7D7CDF: hue angle of 240.61º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D7CDF is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 124 223 -
CMYK 0.44 0.44 0 0.13
HSL 240.61º 0.61% 0.68% -
HSV(B) 240.61º 0.44% 0.87% -
XYZ 28.98 24.1 72.94 -
YUV 135.59 177.33 120.45 -
System Red Green Blue C M Y K H S L
Decimal 125 124 223 0.44 0.44 0 0.13 240.61 0.61 0.68
Hex 7D 7C DF 2C 2C 0 D F1 3D 44
Octal 175 174 337 54 54 0 15 361 75 104
Binary 1111101 1111100 11011111 101100 101100 0 1101 11110001 111101 1000100

Color Harmonies of #7D7CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7CDF

Black with #7D7CDF

Text Example


Text Example

White with #7D7CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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