Html Css Color HEX #7D6ACF Moody Blue

📋 copy color: '#7D6ACF'

red 125 ◦ green 106 ◦ blue 207

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

Shades of Moody Blue #7D6ACF

Tints of Moody Blue #7D6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.2%

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

R = 28.54%
G = 24.2%
B = 47.26%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D6ACF (or 0x7D6ACF) is known color: Moody Blue. HEX triplet: 7D, 6A and CF. RGB value is (125,106,207). Sum of RGB (Red+Green+Blue) = 125+106+207=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D6ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6ACF is #829530. Grayscale: #7A7A7A. Windows color (decimal): -8557873 or 13593213. OLE color: 13593213.

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

Color convert

RGB 125 106 207 -
CMYK 0.40 0.49 0 0.19
HSL 251.29º 0.51% 0.61% -
HSV(B) 251.29º 0.49% 0.81% -
XYZ 24.87 19.17 61.42 -
YUV 123.2 175.29 129.29 -
System Red Green Blue C M Y K H S L
Decimal 125 106 207 0.40 0.49 0 0.19 251.29 0.51 0.61
Hex 7D 6A CF 28 31 0 13 FB 33 3D
Octal 175 152 317 50 61 0 23 373 63 75
Binary 1111101 1101010 11001111 101000 110001 0 10011 11111011 110011 111101

Color Harmonies of #7D6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6ACF

Black with #7D6ACF

Text Example


Text Example

White with #7D6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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