Html Css Color HEX #7D6CBF Moody Blue

📋 copy color: '#7D6CBF'

red 125 ◦ green 108 ◦ blue 191

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

Shades of Moody Blue #7D6CBF

Tints of Moody Blue #7D6CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.05%

R = 29.48%
G = 25.47%
B = 45.05%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D6CBF (or 0x7D6CBF) is known color: Moody Blue. HEX triplet: 7D, 6C and BF. RGB value is (125,108,191). Sum of RGB (Red+Green+Blue) = 125+108+191=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D6CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6CBF is #829340. Grayscale: #7A7A7A. Windows color (decimal): -8557377 or 12545149. OLE color: 12545149.

HSL color Cylindrical-coordinate representation of color #7D6CBF: hue angle of 252.29º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D6CBF is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 108 191 -
CMYK 0.35 0.43 0 0.25
HSL 252.29º 0.39% 0.59% -
HSV(B) 252.29º 0.43% 0.75% -
XYZ 23.22 18.85 51.7 -
YUV 122.55 166.63 129.75 -
System Red Green Blue C M Y K H S L
Decimal 125 108 191 0.35 0.43 0 0.25 252.29 0.39 0.59
Hex 7D 6C BF 23 2B 0 19 FC 27 3B
Octal 175 154 277 43 53 0 31 374 47 73
Binary 1111101 1101100 10111111 100011 101011 0 11001 11111100 100111 111011

Color Harmonies of #7D6CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6CBF

Black with #7D6CBF

Text Example


Text Example

White with #7D6CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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